MAINT: Add PR triage board action#31499
Open
melissawm wants to merge 1 commit intomatplotlib:mainfrom
Open
Conversation
Adds a github action to manage the PR Triage Board set up at https://github.com/orgs/matplotlib/projects/11
QuLogic
reviewed
Apr 14, 2026
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: Update PR Triage Board | ||
| uses: yuvipanda/pr-triage-board-bot@main |
Member
There was a problem hiding this comment.
Are there really no tags? We prefer pinning to commits that correspond to tags with a dependabot update for stable reproducible workflows.
Member
There was a problem hiding this comment.
Also should be jupyter now, not yuvipanda.
| workflow_dispatch: | ||
|
|
||
| jobs: | ||
| pr-triage: |
Member
There was a problem hiding this comment.
This job should have limited permissions; possibly none since it will be using the GitHub App to do its work.
Member
Author
There was a problem hiding this comment.
Good catches, I will fix.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR summary
Adds a github action to manage the PR Triage Board set up at https://github.com/orgs/matplotlib/projects/11, following the instructions on https://github.com/jupyter/pr-triage-board-bot#using-as-a-github-action
This was discussed in our weekly meeting a couple of times. Thanks @ksunden for the help setting this up!
AI Disclosure
No AI tooling was used.
PR checklist