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 ac2785f commit 815b213Copy full SHA for 815b213
.github/workflows/labeler.yml
@@ -25,7 +25,7 @@ jobs:
25
username: ${{ github.actor }}
26
token: ${{ secrets.APM_TECH_USER_TOKEN }}
27
- name: Add community and triage lables
28
- if: contains(steps.is_elastic_member.outputs.result, 'false')
+ if: contains(steps.is_elastic_member.outputs.result, 'false') && github.actor != 'dependabot[bot]'
29
uses: actions/github-script@v7
30
with:
31
script: |
@@ -36,7 +36,7 @@ jobs:
36
labels: ["community", "triage"]
37
})
38
- name: Add comment for community PR
39
40
uses: wow-actions/auto-comment@v1
41
42
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments