Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 98a9107

Browse files
authored
Merge pull request #31499 from melissawm/add-triage
2 parents d6b33a2 + 3486b74 commit 98a9107

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

.github/workflows/triage_board.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)