From: Vasilis Date: Sat, 22 Jun 2024 19:47:59 +0000 (+0300) Subject: Don't add untriage lable if it has been labeled at issue creation (#29356) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=ae8488923561d582231c7d62665ad391482a887f;p=space-station-14.git Don't add untriage lable if it has been labeled at issue creation (#29356) --- diff --git a/.github/workflows/labeler-untriaged.yml b/.github/workflows/labeler-untriaged.yml index 630122aa08..775aab2654 100644 --- a/.github/workflows/labeler-untriaged.yml +++ b/.github/workflows/labeler-untriaged.yml @@ -9,5 +9,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions-ecosystem/action-add-labels@v1 + if: join(github.event.issue.labels) == '' with: labels: "Status: Untriaged"