Skip to content

Commit 5ca1108

Browse files
authored
Merge pull request #10689 from Icinga/cleanup-backbot-action
GHA: Cleanup backbot action
2 parents 422f116 + 5cbcb0f commit 5ca1108

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/backbot.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,11 @@ jobs:
4747
uses: korthout/backport-action@c656f5d5851037b2b38fb5db2691a03fa229e3b2 # v4.0.1
4848
with:
4949
github_token: ${{ steps.backbot-token.outputs.token }}
50-
copy_labels_pattern: '^(?!cla-signed$).*' # copy all labels other than the cla-signed label
50+
copy_labels_pattern: '^(?!cla\/signed$).*' # copy all labels other than the cla/signed label
5151
label_pattern: 'backport-to-(support\/\d+\.\d+)' # regex to match labels like backport-to-support/2.14
52-
conflict_resolution: 'draft_commit_conflicts' # create a draft PR if there are conflicts
53-
copy_requested_reviewers: true # copy requested reviewers from the original PR
5452
merge_commits: skip # skip merge commits found in the original PR history
5553
pull_description: |-
5654
Backport of #${pull_number} to `${target_branch}`, triggered by a label.
57-
55+
5856
---
5957
This is an automated backport PR. Please review it carefully before merging.

0 commit comments

Comments
 (0)