Skip to content

Commit 3339268

Browse files
committed
retry
1 parent 4e913a7 commit 3339268

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/contrib.yaml

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

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

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

4744
release-labels:
4845
runs-on: ubuntu-latest
49-
permissions:
50-
pull-requests: write
5146
# Skip tagging for draft PRs.
5247
if: ${{ github.event_name == 'pull_request_target' && !github.event.pull_request.draft }}
5348
steps:

0 commit comments

Comments
 (0)