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 64a8252 commit 7adcb0cCopy full SHA for 7adcb0c
.github/workflows/pr_naming.yaml
@@ -4,6 +4,10 @@ on:
4
pull_request:
5
types: [opened, synchronize, reopened, edited]
6
7
+permissions:
8
+ contents: read
9
+ pull-requests: write # Grants permission to label the PR
10
+
11
jobs:
12
validate-pr-title:
13
runs-on: ubuntu-latest
0 commit comments