-
Notifications
You must be signed in to change notification settings - Fork 71
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
fix: skipped title check CI job for forked PRs #3196
fix: skipped title check CI job for forked PRs #3196
Conversation
Signed-off-by: Logan Nguyen <[email protected]>
Quality Gate passedIssues Measures |
Test Results 24 files - 1 279 suites - 57 37m 41s ⏱️ - 1m 4s For more details on these failures, see this check. Results for commit 010462e. ± Comparison against base commit d6fece1. This pull request removes 3 and adds 2 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
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.
LGTM
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.
LG.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3196 +/- ##
=======================================
Coverage 83.39% 83.39%
=======================================
Files 66 66
Lines 4283 4283
Branches 835 835
=======================================
Hits 3572 3572
Misses 471 471
Partials 240 240
Flags with carried forward coverage won't be shown. Click here to find out more. |
Description:
Title check CI job fail for PRs that are from a forked repository due to the lack of the secret.GITHUB_TOKEN. This PR adds an option to skip the check if the PRs are from forked repos.
Related issue(s):
Fixes #3195
Notes for reviewer:
Checklist