Skip to content

Commit

Permalink
review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sonavalepratham committed Sep 14, 2024
1 parent db9bc9f commit 1477ebd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/approved-label.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
on: pull_request_review
permissions:
pull_request: write
name: Add "approved" label when approved
jobs:
add_label:
Expand All @@ -11,6 +13,4 @@ jobs:
APPROVALS: "1"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ADD_LABEL: "approved"
REMOVE_LABEL: ""
permissions:
pull_request: write
REMOVE_LABEL: ""

0 comments on commit 1477ebd

Please sign in to comment.