diff --git a/.github/workflows/adr-labeler.yml b/.github/workflows/adr-labeler.yml index a00623e..2b68be8 100644 --- a/.github/workflows/adr-labeler.yml +++ b/.github/workflows/adr-labeler.yml @@ -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/**'