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 48e2ac3 commit 21ea394Copy full SHA for 21ea394
.github/workflows/delete_backport_branch.yml
@@ -7,6 +7,8 @@ on:
7
jobs:
8
delete-branch:
9
runs-on: ubuntu-latest
10
+ permissions:
11
+ contents: write
12
if: startsWith(github.event.pull_request.head.ref,'backport/') || startsWith(github.event.pull_request.head.ref,'release-chores/')
13
steps:
14
- name: Delete merged branch
0 commit comments