From: Vasilis Date: Thu, 31 Oct 2024 15:05:42 +0000 (+0100) Subject: Potencially fix approved labeler (#33083) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=d446a3e8e90f41c3d0a6413116148edef5274513;p=space-station-14.git Potencially fix approved labeler (#33083) --- diff --git a/.github/workflows/labeler-approved.yml b/.github/workflows/labeler-approved.yml index f583500c87..e05893ed8f 100644 --- a/.github/workflows/labeler-approved.yml +++ b/.github/workflows/labeler-approved.yml @@ -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