Skip to content

Commit

Permalink
docs: add docs for configuring label whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
tagoro9 committed Jan 31, 2020
1 parent 8f1a0a3 commit 6c480d0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,14 @@ Add the PR creator as assignee to the pull request.
addAssignees: author
```

### Specify labels the PR must have
The action will only run if the PR has any of the specified labels

```yaml
labels:
- my_label
- another_label
```

## :memo: Licence
MIT

0 comments on commit 6c480d0

Please sign in to comment.