Skip to content

Commit

Permalink
Update .github/workflows/approval-workflow.yml
Browse files Browse the repository at this point in the history
Co-authored-by: github-learning-lab[bot] <37936606+github-learning-lab[bot]@users.noreply.github.com>
  • Loading branch information
Todd O'Connor and github-learning-lab[bot] authored May 7, 2020
1 parent 462f7f3 commit 60f7452
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/approval-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,10 @@ on: pull_request_review
jobs:
labelWhenApproved:
runs-on: ubuntu-latest
steps:
- name: Label when approved
uses: pullreminders/label-when-approved-action@master
env:
APPROVALS: "1"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ADD_LABEL: "approved"

0 comments on commit 60f7452

Please sign in to comment.