You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/prompts/backport-pr-to-release-branch.prompt.md
+37-6Lines changed: 37 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -231,13 +231,42 @@ Choose either tooling or Customer impact.
231
231
- **Medium**: Changes non-critical features, adds new functionality, or modifies existing behavior
232
232
- **Low**: Documentation, test-only changes, minor refactoring, or fixes with narrow scope
233
233
- Justify your assessment based on the scope of changes and potential impact
234
+
- **For CI/CD changes**: When backporting CI/CD infrastructure changes (workflows, build scripts, packaging), note in your justification that not taking these changes may create technical debt and make it difficult to apply future CI/CD changes that build on top of them. This doesn't change the risk level itself, but provides important context for why the change should be taken despite potentially higher risk
234
235
235
236
**If there were merge conflicts**:
236
237
Add a note in the PR description after the Risk section describing what conflicts occurred and how they were resolved.
237
238
238
-
### Step 6: Clean up temporary files
239
+
### Step 6: Add the CL label to the backport PR
239
240
240
-
After successful PR creation, clean up any temporary files created during the process:
241
+
After creating the backport PR, add the same changelog label (CL-*) from the original PR to the backport PR:
Note: Automated bot uses format `backport/release/v<version>/<pr-number>-<commit-hash>`, but manual backports use the simpler`backport-<pr-number>`format.
309
+
Note: Automated bot uses format `backport/release/v<version>/<pr-number>-<commit-hash>`, but manual backports should use the format `backport/release/<version>/pr/<pr-number>` as shown above.
0 commit comments