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 cfb7413 commit bc42662Copy full SHA for bc42662
.github/workflows/delete_backport_branch.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
permissions:
11
contents: write
12
- if: github.repository == 'opensearch-project/OpenSearch' && startsWith(github.event.pull_request.head.ref,'backport/')
+ if: github.repository == 'opensearch-project/OpenSearch' && (startsWith(github.event.pull_request.head.ref,'backport/') || startsWith(github.event.pull_request.head.ref,'release-chores/'))
13
steps:
14
- name: Delete merged branch
15
uses: actions/github-script@v7
0 commit comments