Skip to content

Commit 970eb0f

Browse files
authored
ci: remove elastic-observability-automation from the triage (#3897)
1 parent d635da1 commit 970eb0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/labeler.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
github-user: ${{ github.actor }}
4646
github-token: ${{ steps.get_token.outputs.token }}
4747

48-
- name: Add community and triage lables
49-
if: contains(steps.is_elastic_member.outputs.result, 'false') && github.actor != 'dependabot[bot]' && github.actor != 'elastic-renovate-prod[bot]'
48+
- name: Add community and triage labels
49+
if: contains(steps.is_elastic_member.outputs.result, 'false') && github.actor != 'dependabot[bot]' && github.actor != 'elastic-renovate-prod[bot]' && github.actor != 'elastic-observability-automation[bot]'
5050
uses: actions/github-script@v7
5151
with:
5252
script: |
@@ -57,7 +57,7 @@ jobs:
5757
labels: ["community", "triage"]
5858
})
5959
- name: Add comment for community PR
60-
if: contains(steps.is_elastic_member.outputs.result, 'false') && github.actor != 'dependabot[bot]' && github.actor != 'elastic-renovate-prod[bot]'
60+
if: contains(steps.is_elastic_member.outputs.result, 'false') && github.actor != 'dependabot[bot]' && github.actor != 'elastic-renovate-prod[bot]' && github.actor != 'elastic-observability-automation[bot]'
6161
uses: wow-actions/auto-comment@v1
6262
with:
6363
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)