Skip to content

Commit 06d5d1a

Browse files
Add content: write rights for backporting job (#7826)
* Do not run primers tests on backporting branches * Add content: write rights for backporting job We need it to push to the backporting branch after cherry-picking See https://github.com/PyCQA/pylint/pull/7810\#issuecomment-1324742960 * [github actions] Add a version comment so the tag is clearer Co-authored-by: Marc Mueller <[email protected]>
1 parent df5ebb5 commit 06d5d1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/backport.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
permissions:
99
pull-requests: write
10+
contents: write
1011

1112
jobs:
1213
backport:
@@ -23,6 +24,6 @@ jobs:
2324
)
2425
)
2526
steps:
26-
- uses: tibdex/backport@2e217641d82d02ba0603f46b1aeedefb258890ac
27+
- uses: tibdex/backport@2e217641d82d02ba0603f46b1aeedefb258890ac # v2.0.3
2728
with:
2829
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)