From 4f703ae9ceca7f9f4f1a5cca845b0ae1e18e6305 Mon Sep 17 00:00:00 2001 From: Vasilis Date: Thu, 21 Nov 2024 16:51:18 +0000 Subject: [PATCH] Fix approval labeler (#33440) * Fix approval labeler * Update labeler-review.yml * Update labeler-review.yml --- .github/workflows/labeler-review.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/labeler-review.yml b/.github/workflows/labeler-review.yml index 79be86a005a9b2..a0341e42a18640 100644 --- a/.github/workflows/labeler-review.yml +++ b/.github/workflows/labeler-review.yml @@ -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" \ No newline at end of file + labels: "S: Approved"