Skip to content

Commit fb5b45c

Browse files
authored
revert and add write permissions for PR
1 parent 28ee257 commit fb5b45c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/pr-format-check.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
name: PR Formatting Check
22

33
on:
4-
pull_request_target:
4+
pull_request:
55
types: [opened, edited, reopened, synchronize]
66

7+
permissions:
8+
pull-requests: write
9+
710
jobs:
811
check:
912
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)