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 6510728 commit 272ed61Copy full SHA for 272ed61
.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