-
Notifications
You must be signed in to change notification settings - Fork 183
Change cherrypick PR branch name and title to avoid UNIX limit #5667
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
Conversation
Signed-off-by: khanhtc1202 <[email protected]>
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5667 +/- ##
==========================================
- Coverage 25.57% 25.56% -0.02%
==========================================
Files 478 478
Lines 51240 51240
==========================================
- Hits 13105 13099 -6
- Misses 37130 37136 +6
Partials 1005 1005 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: khanhtc1202 <[email protected]>
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
COMMIT_HASHS=() | ||
for pull in "${PULL_REQUESTS[@]}"; do | ||
echo "Fetching pull request #${pull}..." |
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.
👍🏻
What this PR does:
Why we need it:
The branch name and title has limit on length.
Which issue(s) this PR fixes:
Fixes #
Does this PR introduce a user-facing change?: