Skip to content

Commit

Permalink
Fix approval labeler (space-wizards#33440)
Browse files Browse the repository at this point in the history
* Fix approval labeler

* Update labeler-review.yml

* Update labeler-review.yml
  • Loading branch information
VasilisThePikachu authored Nov 21, 2024
1 parent 11ee2f9 commit 4f703ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/labeler-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
id: checkUserMember
with:
username: ${{ github.actor }}
team: "content-maintainers,junior-maintainers" # CHANGE TEAM NAME HERE PLEASE <------
GITHUB_TOKEN: ${{ secrets.PAT }}
team: "content-maintainers,junior-maintainers"
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
- if: ${{ steps.checkUserMember.outputs.isTeamMember == 'true' }}
uses: actions-ecosystem/action-add-labels@v1
with:
labels: "PR: Approved"
labels: "S: Approved"

0 comments on commit 4f703ae

Please sign in to comment.