Skip to content

Commit

Permalink
ci: Configure backport to always draft a PR
Browse files Browse the repository at this point in the history
  • Loading branch information
saig0 authored Sep 26, 2024
1 parent 0a11dc1 commit 0207a63
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,10 @@ jobs:
relates to ${issue_refs}
original author: @${pull_author}
# Optional
# Specifies how the action will handle a conflict occurring during the cherry-pick.
# In all cases, the action will stop the cherry-pick at the first conflict encountered.
# When set to draft_commit_conflicts the backport will always create a draft pull request
# with the first conflict encountered committed.
conflict_resolution: draft_commit_conflicts

0 comments on commit 0207a63

Please sign in to comment.