We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ad1a2 commit 9aecbfdCopy full SHA for 9aecbfd
.github/workflows/adr-labeler.yml
@@ -1,7 +1,8 @@
1
name: ADR Labeler
2
3
on:
4
- pull_request_target:
+ # PRs coming from forks will not have the write permissions required to run this action
5
+ pull_request:
6
types: [opened, synchronize]
7
paths:
8
- 'docs/adr/**'
0 commit comments