Skip to content

Commit 5e581be

Browse files
authored
PR triage workflow: Fixup incorrect parameter name (#930)
* Fixup incorrect parameter name * Upgrade to fix issue with action checkout
1 parent e1571cb commit 5e581be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
runs-on: 'ubuntu-latest'
1111
steps:
1212
- name: 'Run PR Triage Bot'
13-
uses: 'yuvipanda/pr-triage-board-bot@c350212c2bba8a47cc2b07e7ce40fd6748b6beef'
13+
uses: 'yuvipanda/pr-triage-board-bot@b498c5a505480d4440fd747fe73ce925a675015a'
1414
with:
1515
organization: 'geojupyter'
16+
repositories: 'jupytergis'
1617
project-number: '3'
1718
gh-app-id: '1943749'
18-
gh-installation-id: '85628873'
19-
repositories: 'jupytergis'
19+
gh-app-installation-id: '85628873'
2020
gh-app-private-key: '${{ secrets.GH_APP_PRIVATE_KEY }}'

0 commit comments

Comments
 (0)