Skip to content

Commit c45f41c

Browse files
authored
Update README to use pull_request_target event (#90)
1 parent 9042c97 commit c45f41c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
Pull request labeler triages PRs based on the paths that are modified in the PR.
44

5-
Note that only pull requests being opened from the same repository can be labeled. This action will not currently work for pull requests from forks -- like is common in open source projects -- because the token for forked pull request workflows does not have write permissions.
6-
75
## Usage
86

97
### Create `.github/labeler.yml`
@@ -84,7 +82,7 @@ Create a workflow (eg: `.github/workflows/labeler.yml` see [Creating a Workflow
8482
```
8583
name: "Pull Request Labeler"
8684
on:
87-
- pull_request
85+
- pull_request_target
8886

8987
jobs:
9088
triage:

0 commit comments

Comments
 (0)