Skip to content
4 changes: 3 additions & 1 deletion .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,4 +13,4 @@ jobs:
APPROVALS: "1"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ADD_LABEL: "approved"
REMOVE_LABEL: ""
REMOVE_LABEL: ""