-
Notifications
You must be signed in to change notification settings - Fork 115
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
feat(ncu-ci): parse comments to find a safe commit #920
base: main
Are you sure you want to change the base?
Conversation
yes, only people with write access have the ability to edit comments |
Would you like a review before updating the tests? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #920 +/- ##
==========================================
+ Coverage 79.70% 79.82% +0.12%
==========================================
Files 39 39
Lines 4642 4650 +8
==========================================
+ Hits 3700 3712 +12
+ Misses 942 938 -4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AFAICT, this allows to request CI for a commit SHA that is not part of the pull request. Is that a bug or a feature?
The commit SHA provided by the collaborator with be passed as |
Currently, the
request-ci
only works for approved PRs. This is annoying because:There have been suggestions to use PR author, or PR head repo owner, or commit signature, or a combination of the three – but I don't really like that idea, because:
IIUC comments are not editable by triagers, so should be a safe way to determine a safe SHA for unapproved PRs.