-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a project board for tracking community PR review progress #155
Comments
I was intending on using a GitHub action to add PRs to the board as soon as they're opened.
That means storing a private key as a secret in the GitHub org - though it only needs write permissions for projects (not for issues/PRs/code) so not the worst case scenario. Alternatives
|
PRs merged, reassigning to Guy |
@GuySartorelli I've merged a single PR (cms) for you to validate the new action works as expected. Once you've validated that I'll merge the others. |
Merging those prs doesn't help validate anything - the action already has run on those prs when they got created and correctly skipping adding to the project, since I opened them and I'm in the CMS squad. For any further validation we'd have to wait for someone who isn't on the CMS squad to raise a pr. I don't see the point in that since I've already validated the API calls will work with the app token. |
Test PR - didn't seem to trigger - silverstripe/silverstripe-cms#2968 Note: needed to click "Approve and run" for the CI workflow (add pr to project workflow did not trigger) as the author had not contributed to the repo before, which means that if a reviewers workflow is "check the project board for new pull-requests", it may not work so well as some PRs won't appear on the board as the workflow to put them there has not run |
Made the requested changes to names in a new PR to module standardiser |
Reassigned to Guy to copy existing PRs to the board |
Added pull requests which are open, not draft, not created by bots and not created by current CMS Squad across all modules which are commercially supported in CMS 5. |
As part of adding the new peer reviewer and refiner roles, we should provide a project board that these community roles can use to organise and track their work.
Epic
Acceptance Criteria
TO DECIDE (or explicitly leave it up to whoever implements it)
New issuesWe'll aim to review these column early once we start having some contributors on-boarded. So we'll go with the initial suggested column.
NOTE about using secrets in GitHub Actions
https://docs.github.com/en/actions/learn-github-actions/contexts#secrets-context
In other words, so long as we're not echoing it out ourselves, there should be no risk of our secret being exposed via logs.
Project board
PRs
Module Standardiser PRs
Running against default-branch
Running against the CMS 5 next-patch branch
I've limited this to only run the new script (with exception of the new repo which had all scripts run). This is because the last few times standardiser was run it was against the next-minor branch, and running all those scripts here would result in redundant changes to check - some of which when I tried it did result in failures.
After merging
Reassign to Guy to
The text was updated successfully, but these errors were encountered: