From 60599636b2c2634c4d237c499769dabc614a448b Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Sat, 7 Dec 2024 11:49:49 +0100 Subject: [PATCH] github-actions: exclude bot from the triage --- .github/workflows/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 26e551bc3..fcab871c7 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -36,7 +36,7 @@ jobs: github-user: ${{ github.actor }} github-token: ${{ steps.get_token.outputs.token }} - name: Add community and triage labels - if: contains(steps.is_elastic_member.outputs.result, 'false') && github.actor != 'dependabot[bot]' && github.actor != 'apmmachine' + if: contains(steps.is_elastic_member.outputs.result, 'false') && github.actor != 'dependabot[bot]' && github.actor != 'elastic-observability-automation[bot]' uses: actions-ecosystem/action-add-labels@v1 with: labels: |