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 1ccc4e4 commit 0bf5f59Copy full SHA for 0bf5f59
.github/workflows/commit-check.yml
@@ -5,13 +5,13 @@ on:
5
branches: 'main'
6
workflow_dispatch:
7
8
+permissions: # used by `pr-comments`
9
+ contents: read
10
+ pull-requests: write
11
+
12
jobs:
13
commit-check:
14
runs-on: ubuntu-latest
- permissions:
- contents: read
- pull-requests: write
- repository-projects: write
15
steps:
16
- uses: actions/checkout@v4
17
with:
0 commit comments