🔒️use pull_request event instead of pull_request_target for security reason (#2586)
This commit is contained in:
parent
3878cea04a
commit
0386e903b2
2
.github/workflows/pr-checker.yml
vendored
2
.github/workflows/pr-checker.yml
vendored
|
|
@ -1,7 +1,7 @@
|
||||||
name: PullRequest Checker
|
name: PullRequest Checker
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request_target:
|
pull_request:
|
||||||
types:
|
types:
|
||||||
- closed
|
- closed
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user