We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 878bbcc commit 27c736aCopy full SHA for 27c736a
.github/workflows/delete_backport_branch.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
delete-branch:
9
runs-on: ubuntu-latest
10
- if: startsWith(github.event.pull_request.head.ref,'backport/')
+ if: startsWith(github.event.pull_request.head.ref,'backport/') || startsWith(github.event.pull_request.head.ref,'release-chores/')
11
steps:
12
- name: Delete merged branch
13
uses: SvanBoxel/delete-merged-branch@main
0 commit comments