Skip to content

Commit 1589ca5

Browse files
update permission for formatter workflow
1 parent fc2e942 commit 1589ca5

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/FormatCheck.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
name: Format suggestions
22
on:
3-
pull_request:
3+
pull_request_target:
44
# this argument is not required if you don't use the `suggestion-label` input
55
types: [ opened, reopened, synchronize, labeled, unlabeled ]
66
jobs:
77
code-style:
88
runs-on: ubuntu-latest
9-
permissions:
10-
contents: read
11-
pull-requests: write
129
steps:
1310
- uses: julia-actions/julia-format@v2
1411
with:

0 commit comments

Comments
 (0)