We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 553228a commit b85df78Copy full SHA for b85df78
1 file changed
.github/workflows/validate.yaml
@@ -20,9 +20,9 @@ on:
20
default: 480
21
type: number
22
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
+# permissions:
+# contents: read # Allows the workflow to read repository contents, required for checkout and other read operations
+# pull-requests: write # This is required to delete a label from the PR
26
27
28
# Ensures that multiple validation job runs do not execute concurrently on the same PR.
0 commit comments