Skip to content

Commit b85df78

Browse files
committed
wip
1 parent 553228a commit b85df78

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/validate.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ on:
2020
default: 480
2121
type: number
2222

23-
permissions:
24-
contents: read # Allows the workflow to read repository contents, required for checkout and other read operations
25-
pull-requests: write # This is required to delete a label from the PR
23+
# permissions:
24+
# contents: read # Allows the workflow to read repository contents, required for checkout and other read operations
25+
# pull-requests: write # This is required to delete a label from the PR
2626

2727

2828
# Ensures that multiple validation job runs do not execute concurrently on the same PR.

0 commit comments

Comments
 (0)