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 a53182f commit 274de8bCopy full SHA for 274de8b
.github/workflows/labeler.yml
@@ -24,7 +24,7 @@ jobs:
24
- id: is_elastic_member
25
uses: elastic/apm-pipeline-library/.github/actions/is-member-elastic-org@current
26
with:
27
- username: ${{ github.event.issue.user.login }}
+ username: ${{ github.actor }}
28
token: ${{ secrets.APM_TECH_USER_TOKEN }}
29
- name: Add community and triage lables
30
if: steps.is_elastic_member.outputs.result != true
0 commit comments