Skip to content

Commit fc2af5b

Browse files
authored
Support hourly triage of PRs to a PR triage board (#923)
1 parent 9f8eaf7 commit fc2af5b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: 'PR Triage Bot'
2+
3+
on:
4+
schedule:
5+
- cron: '0 * * * *'
6+
workflow_dispatch: true
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 }}'

0 commit comments

Comments
 (0)