chore: update mark-ready-when-ready to v1.1.3#460
Closed
kenyonj wants to merge 6 commits intogithub-community-projects:mainfrom
Closed
chore: update mark-ready-when-ready to v1.1.3#460kenyonj wants to merge 6 commits intogithub-community-projects:mainfrom
kenyonj wants to merge 6 commits intogithub-community-projects:mainfrom
Conversation
kenyonj
commented
Mar 16, 2026
2dd4d06 to
4783887
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Simplifies the “mark-ready-when-ready” GitHub Actions workflow by relying on the upstream action’s internal precondition checks, consolidating permissions, and updating the action pin.
Changes:
- Removes the job-level
if:gate and job-levelpermissions:block. - Moves required permissions to the workflow level.
- Updates
kenyonj/mark-ready-when-readypin to v1.1.0 (commit6208a1e...).
You can also share your feedback on Copilot code review. Take the survey.
681c5e3 to
1de24c0
Compare
jmeridth
approved these changes
Mar 16, 2026
1de24c0 to
38c01a8
Compare
- Remove job-level if: conditional — the action now checks for the trigger label and draft status internally (v1.1.0) - Remove job-level permissions block — move to workflow level - Update pin to v1.1.0 (6208a1e) - Remove redundant top-level contents: read (replaced by contents: write)
38c01a8 to
05894d4
Compare
Remove top-level permissions block that was restricting the GITHUB_TOKEN. Job-level permissions are sufficient and avoid conflicts with the top-level default.
Adds early permission validation with clear error messages when the token is missing required permissions.
Collaborator
|
Handled by #463. Closing this one. |
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.
Changes
Updates
kenyonj/mark-ready-when-readyto v1.1.3.What's new
Workflow changes