]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Potencially fix approved labeler (#33083)
authorVasilis <vasilis@pikachu.systems>
Thu, 31 Oct 2024 15:05:42 +0000 (16:05 +0100)
committerGitHub <noreply@github.com>
Thu, 31 Oct 2024 15:05:42 +0000 (16:05 +0100)
.github/workflows/labeler-approved.yml

index f583500c87ab6804b686bc4098ef72296a0b545c..e05893ed8f5705f60c7a1aa0fc890cfcf073c08a 100644 (file)
@@ -7,9 +7,6 @@ on:
 jobs:
   add_label:
     if: github.event.review.state == 'APPROVED'
-    permissions:
-      contents: read
-      pull-requests: write
     runs-on: ubuntu-latest
     steps:
     - uses: actions-ecosystem/action-add-labels@v1