committed by
GitHub
1 changed files with 14 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||||
|
name: Label approved pull requests |
||||
|
on: pull_request_review |
||||
|
jobs: |
||||
|
labelWhenApproved: |
||||
|
name: Label when approved |
||||
|
runs-on: ubuntu-latest |
||||
|
steps: |
||||
|
- name: Label when approved |
||||
|
uses: pullreminders/[email protected] |
||||
|
env: |
||||
|
APPROVALS: "2" |
||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
||||
|
ADD_LABEL: "approved-2" |
||||
|
REMOVE_LABEL: "awaiting%20review" |
Loading…
Reference in new issue