]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Revert #28358 (#33090)
authorVasilis <vasilis@pikachu.systems>
Thu, 31 Oct 2024 18:51:44 +0000 (19:51 +0100)
committerGitHub <noreply@github.com>
Thu, 31 Oct 2024 18:51:44 +0000 (19:51 +0100)
.github/workflows/labeler-approved.yml [deleted file]

diff --git a/.github/workflows/labeler-approved.yml b/.github/workflows/labeler-approved.yml
deleted file mode 100644 (file)
index e05893e..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-name: "Labels: Approved"
-
-on:
-  pull_request_review:
-    types: [submitted]
-
-jobs:
-  add_label:
-    if: github.event.review.state == 'APPROVED'
-    runs-on: ubuntu-latest
-    steps:
-    - uses: actions-ecosystem/action-add-labels@v1
-      with:
-        labels: "PR: Approved"