Skip to content

Commit

Permalink
github-actions: exclude bot from the triage
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Dec 7, 2024
1 parent 9f31bc9 commit 6059963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 6059963

Please sign in to comment.