Skip to content

Commit e1571cb

Browse files
authored
Migrate to new composite action form of triage action (#929)
1 parent 8ede9a6 commit e1571cb

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

.github/workflows/triage-prs-to-board.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ on:
77

88
jobs:
99
pr-triage:
10-
uses: 'yuvipanda/pr-triage-board-bot/.github/workflows/reusable-pr-triage.yml@main'
11-
with:
12-
organization: 'geojupyter'
13-
project-number: '3'
14-
gh-app-id: '1943749'
15-
gh-installation-id: '85628873'
16-
repositories: 'jupytergis'
17-
secrets:
18-
gh-app-private-key: '${{ secrets.GH_APP_PRIVATE_KEY }}'
10+
runs-on: 'ubuntu-latest'
11+
steps:
12+
- name: 'Run PR Triage Bot'
13+
uses: 'yuvipanda/pr-triage-board-bot@c350212c2bba8a47cc2b07e7ce40fd6748b6beef'
14+
with:
15+
organization: 'geojupyter'
16+
project-number: '3'
17+
gh-app-id: '1943749'
18+
gh-installation-id: '85628873'
19+
repositories: 'jupytergis'
20+
gh-app-private-key: '${{ secrets.GH_APP_PRIVATE_KEY }}'

0 commit comments

Comments
 (0)