Skip to content

Commit 2036b2f

Browse files
authored
chore: update commit-check.yml
1 parent 1ccc4e4 commit 2036b2f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/commit-check.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ on:
88
jobs:
99
commit-check:
1010
runs-on: ubuntu-latest
11-
permissions:
11+
permissions: # used by `pr-comments`
1212
contents: read
1313
pull-requests: write
14-
repository-projects: write
1514
steps:
1615
- uses: actions/checkout@v4
1716
with:

0 commit comments

Comments
 (0)