From: Vasilis Date: Thu, 21 Nov 2024 16:51:18 +0000 (+0000) Subject: Fix approval labeler (#33440) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=4f703ae9ceca7f9f4f1a5cca845b0ae1e18e6305;p=space-station-14.git Fix approval labeler (#33440) * Fix approval labeler * Update labeler-review.yml * Update labeler-review.yml --- diff --git a/.github/workflows/labeler-review.yml b/.github/workflows/labeler-review.yml index 79be86a005..a0341e42a1 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"