Skip to content

Commit 30c669d

Browse files
authored
Update .github/workflows/labeler.yml
1 parent 24c46a6 commit 30c669d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/labeler.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ jobs:
3737
github-user: ${{ github.actor }}
3838
github-token: ${{ steps.get_token.outputs.token }}
3939
- 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]'
4041
run: gh issue edit "$NUMBER" --add-label "community,triage"

0 commit comments

Comments
 (0)