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

Skip to content

Commit 3486b74

Browse files
committed
Add commit hash to action
Also remove permissions
1 parent 0544d8c commit 3486b74

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/triage_board.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,18 @@ on:
66
- cron: '0 * * * *' # Run every hour
77
workflow_dispatch:
88

9+
permissions: {}
10+
911
jobs:
1012
pr-triage:
1113
runs-on: ubuntu-latest
1214
steps:
1315
- name: Update PR Triage Board
14-
uses: yuvipanda/pr-triage-board-bot@main
16+
uses: jupyter/pr-triage-board-bot@dae1209c73e70224b2f2955590d0698832a5a076 # main @ Oct 26, 2025
1517
with:
1618
organization: 'matplotlib'
1719
project-number: '11'
1820
gh-app-id: '3339145'
1921
gh-app-installation-id: '122963236'
2022
gh-app-private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
23+
repositories: 'matplotlib'

0 commit comments

Comments
 (0)