Skip to content

Commit 1ebdc6e

Browse files
committed
chore: switch trigger
- should work with forks and avoids potential secutity issue? amannn/action-semantic-pull-request#219
1 parent 7cac011 commit 1ebdc6e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/lint-pr.yaml

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
name: 'Lint PR'
22

33
on:
4-
pull_request_target:
5-
types:
6-
- opened
7-
- edited
8-
- synchronize
4+
pull_request:
95

106
permissions:
117
pull-requests: read

0 commit comments

Comments
 (0)