Open
Conversation
Closed
Closed
Closed
42c6a3f to
3462911
Compare
3979aec to
1a4cd97
Compare
1a4cd97 to
52095f4
Compare
Closed
52095f4 to
9541762
Compare
879d2ea to
7eeef88
Compare
4d70e7f to
69516ff
Compare
69516ff to
45c03f7
Compare
Adds a GitHub Actions workflow that runs on PRs targeting main: - Checks for a linked GitHub issue (hard fail if missing) - Posts a prioritization comment based on the issue's milestone - Skips dependabot PRs and PRs with 'skip-governance' label - Updates comment in place on subsequent runs (no duplicates) Also updates CONTRIBUTING.md with linked issue guidance. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
45c03f7 to
0dfdbc2
Compare
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
📋 Milestone: April 2026This work is tracked for April 2026. The team will review it soon! |
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Fix sprint match to check current sprint only (not past/future) - Add concurrency group to prevent duplicate comments - Add response.ok check before parsing JSON - Defensive parsing of ISSUE_NUMBERS env var - Use parseInt for GraphQL issue number interpolation - Skip comment when all lookups fail (avoid misleading message) - Wrap GraphQL and paginate calls in try/catch - Use separate BOT_MARKER per script (issue vs priority) - Skip draft PRs, add ready_for_review trigger Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Testing governance workflow. Fixes #5