]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix approval labeler (#33440)
authorVasilis <vasilis@pikachu.systems>
Thu, 21 Nov 2024 16:51:18 +0000 (16:51 +0000)
committerGitHub <noreply@github.com>
Thu, 21 Nov 2024 16:51:18 +0000 (17:51 +0100)
* Fix approval labeler

* Update labeler-review.yml

* Update labeler-review.yml

.github/workflows/labeler-review.yml

index 79be86a005a9b2da9f708a7596324aa9125dd17a..a0341e42a18640bab029031d77cf634fd834db27 100644 (file)
@@ -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"