Skip to content

Commit

Permalink
Merge pull request #2 from TimonVS/chore/update-usage-example
Browse files Browse the repository at this point in the history
Update usage example
  • Loading branch information
TimonVS authored May 2, 2019
2 parents 0c88455 + 886e7e4 commit 98e3242
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@ workflow "Add label to PR" {
resolves = "PR Labeler"
}
action "PR opened filter" {
uses = "actions/bin/filter@master"
args = "action opened"
}
action "PR Labeler" {
needs = "PR opened filter"
uses = "TimonVS/pr-labeler@master"
secrets = ["GITHUB_TOKEN"]
}
Expand Down

0 comments on commit 98e3242

Please sign in to comment.