We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68b305c commit 5070dfcCopy full SHA for 5070dfc
4 files changed
.github/workflows/ci.yml
@@ -7,6 +7,9 @@ on:
7
branches:
8
- main
9
10
+permissions:
11
+ contents: read
12
+
13
jobs:
14
test:
15
name: General checks
.github/workflows/commitlint.yml
@@ -8,6 +8,10 @@ on:
+ pull-requests: read
16
commitlint:
17
runs-on: ubuntu-latest
.github/workflows/issues.yml
@@ -3,6 +3,10 @@ on:
3
schedule:
4
- cron: '00 20 * * *'
5
6
+ issues: write
+ pull-requests: write
stale:
name: Flag and close stale issues
.github/workflows/reuse-compliance.yml
@@ -8,6 +8,9 @@ on:
compliance-check:
name: Compliance Check
0 commit comments