We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f31bc9 commit fc547c5Copy full SHA for fc547c5
.github/workflows/labeler.yml
@@ -36,7 +36,7 @@ jobs:
36
github-user: ${{ github.actor }}
37
github-token: ${{ steps.get_token.outputs.token }}
38
- name: Add community and triage labels
39
- 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]'
40
uses: actions-ecosystem/action-add-labels@v1
41
with:
42
labels: |
0 commit comments