File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 45
45
github-user : ${{ github.actor }}
46
46
github-token : ${{ steps.get_token.outputs.token }}
47
47
48
- - name : Add community and triage lables
49
- if : contains(steps.is_elastic_member.outputs.result, 'false') && github.actor != 'dependabot[bot]' && github.actor != 'elastic-renovate-prod[bot]'
48
+ - name : Add community and triage labels
49
+ if : contains(steps.is_elastic_member.outputs.result, 'false') && github.actor != 'dependabot[bot]' && github.actor != 'elastic-renovate-prod[bot]' && github.actor != 'elastic-observability-automation[bot]'
50
50
uses : actions/github-script@v7
51
51
with :
52
52
script : |
57
57
labels: ["community", "triage"]
58
58
})
59
59
- name : Add comment for community PR
60
- if : contains(steps.is_elastic_member.outputs.result, 'false') && github.actor != 'dependabot[bot]' && github.actor != 'elastic-renovate-prod[bot]'
60
+ if : contains(steps.is_elastic_member.outputs.result, 'false') && github.actor != 'dependabot[bot]' && github.actor != 'elastic-renovate-prod[bot]' && github.actor != 'elastic-observability-automation[bot]'
61
61
uses : wow-actions/auto-comment@v1
62
62
with :
63
63
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments