Skip to content

Commit b8896c2

Browse files
committed
switch back to pull_request trigger for security, add comment
1 parent 1d41254 commit b8896c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/adr-labeler.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: ADR Labeler
22

33
on:
4-
pull_request_target:
4+
# PRs coming from forks will not have the write permissions required to run this action
5+
pull_request:
56
types: [opened, synchronize]
67
paths:
78
- 'docs/adr/**'

0 commit comments

Comments
 (0)