Skip to content

Commit 5004613

Browse files
committed
retry
1 parent 3339268 commit 5004613

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/contrib.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ on:
1515
# For jobs that don't run on draft PRs.
1616
- ready_for_review
1717

18+
permissions:
19+
contents: read
20+
1821
# Only run one instance per PR to ensure in-order execution.
1922
concurrency: pr-${{ github.ref }}
2023

@@ -43,6 +46,8 @@ jobs:
4346

4447
release-labels:
4548
runs-on: ubuntu-latest
49+
permissions:
50+
pull-requests: write
4651
# Skip tagging for draft PRs.
4752
if: ${{ github.event_name == 'pull_request_target' && !github.event.pull_request.draft }}
4853
steps:

0 commit comments

Comments
 (0)