Skip to content

MAINT: Add PR triage board action#31499

Open
melissawm wants to merge 1 commit intomatplotlib:mainfrom
melissawm:add-triage
Open

MAINT: Add PR triage board action#31499
melissawm wants to merge 1 commit intomatplotlib:mainfrom
melissawm:add-triage

Conversation

@melissawm
Copy link
Copy Markdown
Member

@melissawm melissawm commented Apr 14, 2026

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

@melissawm melissawm requested a review from ksunden April 14, 2026 17:27
Adds a github action to manage the PR Triage Board set up at https://github.com/orgs/matplotlib/projects/11
runs-on: ubuntu-latest
steps:
- name: Update PR Triage Board
uses: yuvipanda/pr-triage-board-bot@main
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are there really no tags? We prefer pinning to commits that correspond to tags with a dependabot update for stable reproducible workflows.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also should be jupyter now, not yuvipanda.

workflow_dispatch:

jobs:
pr-triage:
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This job should have limited permissions; possibly none since it will be using the GitHub App to do its work.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catches, I will fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants