Skip to content

Commit fc547c5

Browse files
authored
github-actions: exclude bot from the triage (#2172)
1 parent 9f31bc9 commit fc547c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
github-user: ${{ github.actor }}
3737
github-token: ${{ steps.get_token.outputs.token }}
3838
- name: Add community and triage labels
39-
if: contains(steps.is_elastic_member.outputs.result, 'false') && github.actor != 'dependabot[bot]' && github.actor != 'apmmachine'
39+
if: contains(steps.is_elastic_member.outputs.result, 'false') && github.actor != 'dependabot[bot]' && github.actor != 'elastic-observability-automation[bot]'
4040
uses: actions-ecosystem/action-add-labels@v1
4141
with:
4242
labels: |

0 commit comments

Comments
 (0)