Skip to content

Commit 0bf5f59

Browse files
authored
feat: pdate commit-check.yml
1 parent 1ccc4e4 commit 0bf5f59

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/commit-check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ on:
55
branches: 'main'
66
workflow_dispatch:
77

8+
permissions: # used by `pr-comments`
9+
contents: read
10+
pull-requests: write
11+
812
jobs:
913
commit-check:
1014
runs-on: ubuntu-latest
11-
permissions:
12-
contents: read
13-
pull-requests: write
14-
repository-projects: write
1515
steps:
1616
- uses: actions/checkout@v4
1717
with:

0 commit comments

Comments
 (0)