Skip to content

Commit

Permalink
added latest version of it
Browse files Browse the repository at this point in the history
  • Loading branch information
madhuredra committed Sep 23, 2023
1 parent 05b5d30 commit 73e547c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/approved-label.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
on: pull_request_review
name: Add "approved" label when approved
name: Label approved pull requests
jobs:
add_label:
name: Add "approved" label when approved
labelWhenApproved:
name: Label when approved
runs-on: ubuntu-latest
steps:
- name: Add "approved" label when approved
uses: pullreminders/label-when-approved-action@main
- name: Label when approved
uses: abinoda/label-when-approved-action@1.0.5
env:
APPROVALS: "1"
APPROVALS: "2"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ADD_LABEL: "approved"
REMOVE_LABEL: ""
REMOVE_LABEL: "awaiting%20review"

0 comments on commit 73e547c

Please sign in to comment.