Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0544d8c commit 3486b74Copy full SHA for 3486b74
1 file changed
.github/workflows/triage_board.yml
@@ -6,15 +6,18 @@ on:
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
- uses: yuvipanda/pr-triage-board-bot@main
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