Skip to content

Commit a3264da

Browse files
committed
Fix
1 parent 875e6b2 commit a3264da

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pre-commit.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
pull_request:
55
types: [opened, reopened, synchronize, labeled, unlabeled]
66

7+
permissions:
8+
checks: write
9+
710
jobs:
811
lint:
912
if: |
@@ -62,7 +65,7 @@ jobs:
6265
msg: "ci(pre-commit): Apply automatic fixes"
6366

6467
report-run:
65-
name: Report that the PR is ready for merge
68+
name: Check if the PR has run the pre-commit checks
6669
needs: lint
6770
if: always()
6871
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)