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 24c46a6 commit 30c669dCopy full SHA for 30c669d
.github/workflows/labeler.yml
@@ -37,4 +37,5 @@ jobs:
37
github-user: ${{ github.actor }}
38
github-token: ${{ steps.get_token.outputs.token }}
39
- name: Add community and triage labels
40
+ if: contains(steps.is_elastic_member.outputs.result, 'false') && github.actor != 'dependabot[bot]' && github.actor != 'elastic-observability-automation[bot]'
41
run: gh issue edit "$NUMBER" --add-label "community,triage"
0 commit comments