Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update README to use pull_request_target event (#90)
  • Loading branch information
ylemkimon authored and GitHub committed Sep 8, 2020
1 parent 9042c97 commit c45f41c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Expand Up @@ -2,8 +2,6 @@

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

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.

## Usage

### Create `.github/labeler.yml`
Expand Down Expand Up @@ -84,7 +82,7 @@ Create a workflow (eg: `.github/workflows/labeler.yml` see [Creating a Workflow
```
name: "Pull Request Labeler"
on:
- pull_request
- pull_request_target
jobs:
triage:
Expand Down

0 comments on commit c45f41c

Please sign in to comment.