Skip to content

Commit

Permalink
docs: document the pull_request_target event
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Oct 14, 2021
1 parent 576dd16 commit 4c59bba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -12,8 +12,10 @@ Action that automatically adds labels to pull requests based on [Conventional Co
Create a `.github/workflows/conventional-label.yaml`:

```yaml
# Warning, do not check out untrusted code with
# the pull_request_target event.
on:
pull_request:
pull_request_target:
types: [ opened, edited ]
name: conventional-release-labels
jobs:
Expand Down

0 comments on commit 4c59bba

Please sign in to comment.