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 1ead93b commit 4270bc2Copy full SHA for 4270bc2
2 files changed
.github/workflows/pr-description-check.yml
@@ -19,6 +19,10 @@ on:
19
- opened
20
- edited
21
- synchronize
22
+
23
+permissions:
24
+ contents: read
25
26
jobs:
27
check-description:
28
runs-on: ubuntu-latest
.github/workflows/pr-precommit.yml
@@ -28,6 +28,9 @@ on:
- release-candidate
29
- hotfix-*
30
31
32
33
34
35
pre-commit:
36
0 commit comments