We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6b33a2 + 3486b74 commit 98a9107Copy full SHA for 98a9107
1 file changed
.github/workflows/triage_board.yml
@@ -0,0 +1,23 @@
1
+---
2
+name: 'Update PR Triage Board'
3
+
4
+on:
5
+ schedule:
6
+ - cron: '0 * * * *' # Run every hour
7
+ workflow_dispatch:
8
9
+permissions: {}
10
11
+jobs:
12
+ pr-triage:
13
+ runs-on: ubuntu-latest
14
+ steps:
15
+ - name: Update PR Triage Board
16
+ uses: jupyter/pr-triage-board-bot@dae1209c73e70224b2f2955590d0698832a5a076 # main @ Oct 26, 2025
17
+ with:
18
+ organization: 'matplotlib'
19
+ project-number: '11'
20
+ gh-app-id: '3339145'
21
+ gh-app-installation-id: '122963236'
22
+ gh-app-private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
23
+ repositories: 'matplotlib'
0 commit comments