Check if CoPilot has reviewed a PR so that we can turn off automatic CoPilot reviews#1061
Closed
liamfallon wants to merge 9 commits into
Closed
Check if CoPilot has reviewed a PR so that we can turn off automatic CoPilot reviews#1061liamfallon wants to merge 9 commits into
liamfallon wants to merge 9 commits into
Conversation
Signed-off-by: liamfallon <liam.fallon@est.tech>
✅ Deploy Preview for kpt-porch ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a GitHub Actions workflow intended to gate PR progress on (1) a GitHub Copilot review having occurred and (2) all review threads being resolved, to reduce/disable noisy automatic Copilot reviews.
Changes:
- Introduces
.github/workflows/pr-review-checks.yamlto run on PR and review/comment events. - Uses
actions/github-scriptto detect a Copilot-authored review and to checkreviewThreads.isResolvedvia GraphQL.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Liam Fallon <35595825+liamfallon@users.noreply.github.com>
Signed-off-by: liamfallon <liam.fallon@est.tech>
Signed-off-by: liamfallon <liam.fallon@est.tech>
Signed-off-by: liamfallon <liam.fallon@est.tech>
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
7 tasks
Contributor
Author
|
Superseded by #1064 |
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.



Check if CoPilot has reviewed a PR so that we can turn off automatic CoPilot reviews
Description
Type of Change
AI Disclosure
Github action created by Amazon Q