--- name: 'Update PR Triage Board' on: schedule: - cron: '0 * * * *' # Run every hour workflow_dispatch: permissions: {} jobs: pr-triage: runs-on: ubuntu-latest steps: - name: Update PR Triage Board uses: jupyter/pr-triage-board-bot@dae1209c73e70224b2f2955590d0698832a5a076 # main @ Oct 26, 2025 with: organization: 'matplotlib' project-number: '11' gh-app-id: '3339145' gh-app-installation-id: '122963236' gh-app-private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} repositories: 'matplotlib'