Skip to content

Commit 1961289

Browse files
author
Joao Felipe Rocha
committed
enable workflows to pull and push to organize the pre-commits
1 parent f1821e2 commit 1961289

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
pull_request:
77
types: [opened, synchronize, reopened, ready_for_review]
88

9+
permissions: write-all
10+
911
concurrency:
1012
group: ${{ github.workflow }}-${{ github.ref }}
1113
cancel-in-progress: true

0 commit comments

Comments
 (0)