-
Notifications
You must be signed in to change notification settings - Fork 45
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
ci: improve backport PR title and body #420
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #420 +/- ##
=======================================
Coverage 80.43% 80.43%
=======================================
Files 32 32
Lines 5756 5756
=======================================
Hits 4630 4630
Misses 718 718
Partials 408 408 ☔ View full report in Codecov by Sentry. |
What about using a fork of tibdex/backport that include my PR tibdex/backport#109 and also embed the release-please commit override ? |
The previous templates were not compatible with our usage: - The title was prefixed with `[Backport release-1.x]` which broke `release-please` - The body was empty besides the comment about backporting. By default we use the PR body as the commit message, so we should include the relevant details here.
73b758f
to
86c1251
Compare
Done! |
Will mark this PR as backport to test the new templates. |
The previous templates were not compatible with our usage: - The title was prefixed with `[Backport release-1.x]` which broke `release-please` - The body was empty besides the comment about backporting. By default we use the PR body as the commit message, so we should include the relevant details here. (cherry picked from commit 2e44ada)
The previous templates were not compatible with our usage: - The title was prefixed with `[Backport release-1.x]` which broke `release-please` - The body was empty besides the comment about backporting. By default we use the PR body as the commit message, so we should include the relevant details here. --- Backport 2e44ada from #420. Co-authored-by: Julian Tölle <[email protected]>
The previous templates were not compatible with our usage:
[Backport release-1.x]
which brokerelease-please