Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03029ac commit 41aff46Copy full SHA for 41aff46
1 file changed
.github/workflows/require-pr-label.yml
@@ -4,6 +4,10 @@ on:
4
pull_request:
5
types: [opened, reopened, labeled, unlabeled, synchronize]
6
7
+permissions:
8
+ issues: read
9
+ pull-requests: read
10
+
11
jobs:
12
label:
13
name: DO-NOT-MERGE / unresolved review
0 commit comments