Skip to content

Commit 6409264

Browse files
committed
Align prepare-release-branch comment to 'for git push to PR branch'
Standardize permissions comment for consistency across repositories.
1 parent 3a5f8c9 commit 6409264

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prepare-release-branch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
2626
create-pull-request-against-release-branch:
2727
permissions:
28-
contents: write # for Git to git push
28+
contents: write # for git push to PR branch
2929
runs-on: ubuntu-latest
3030
needs:
3131
- prereqs
@@ -82,7 +82,7 @@ jobs:
8282
8383
create-pull-request-against-main:
8484
permissions:
85-
contents: write # for Git to git push
85+
contents: write # for git push to PR branch
8686
runs-on: ubuntu-latest
8787
needs:
8888
- prereqs

0 commit comments

Comments
 (0)