Skip to content

Commit 274de8b

Browse files
authored
Attempt to fix PR labeling (#3529)
1 parent a53182f commit 274de8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- id: is_elastic_member
2525
uses: elastic/apm-pipeline-library/.github/actions/is-member-elastic-org@current
2626
with:
27-
username: ${{ github.event.issue.user.login }}
27+
username: ${{ github.actor }}
2828
token: ${{ secrets.APM_TECH_USER_TOKEN }}
2929
- name: Add community and triage lables
3030
if: steps.is_elastic_member.outputs.result != true

0 commit comments

Comments
 (0)