MAINT: Add PR triage board action#31499
Conversation
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 |
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.
There was a problem hiding this comment.
Also should be jupyter now, not yuvipanda.
There was a problem hiding this comment.
I think this is the best I can do, i.e. pin to a specific commit since there are no tags :(
Also remove permissions
|
Perhaps I wasn't to merge this? My apologies if so, but it seems to not be able to read the private key? https://github.com/matplotlib/matplotlib/actions/runs/24545820517/job/71761058671 |
|
I think @ksunden may have forgotten that step? I don't think I see that secret set up. |
|
Yeah, I have now added the secret, hopefully that is all that was needed |
|
Looks successful to me: https://github.com/matplotlib/matplotlib/actions/runs/24579703538/job/71874058934 |
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