Skip to content

Commit

Permalink
switch back to pull_request trigger for security, add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jonchurch committed Nov 6, 2024
1 parent 47ad1a2 commit 9aecbfd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/adr-labeler.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: ADR Labeler

on:
pull_request_target:
# PRs coming from forks will not have the write permissions required to run this action
pull_request:
types: [opened, synchronize]
paths:
- 'docs/adr/**'
Expand Down

0 comments on commit 9aecbfd

Please sign in to comment.