We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ede9a6 commit e1571cbCopy full SHA for e1571cb
.github/workflows/triage-prs-to-board.yml
@@ -7,12 +7,14 @@ on:
7
8
jobs:
9
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 }}'
+ runs-on: 'ubuntu-latest'
+ steps:
+ - name: 'Run PR Triage Bot'
+ uses: 'yuvipanda/pr-triage-board-bot@c350212c2bba8a47cc2b07e7ce40fd6748b6beef'
+ with:
+ organization: 'geojupyter'
+ project-number: '3'
+ gh-app-id: '1943749'
+ gh-installation-id: '85628873'
19
+ repositories: 'jupytergis'
20
+ gh-app-private-key: '${{ secrets.GH_APP_PRIVATE_KEY }}'
0 commit comments