Skip to content

Commit

Permalink
Attempt to fix PR labeling (#3529)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKunz authored Feb 14, 2024
1 parent a53182f commit 274de8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- id: is_elastic_member
uses: elastic/apm-pipeline-library/.github/actions/is-member-elastic-org@current
with:
username: ${{ github.event.issue.user.login }}
username: ${{ github.actor }}
token: ${{ secrets.APM_TECH_USER_TOKEN }}
- name: Add community and triage lables
if: steps.is_elastic_member.outputs.result != true
Expand Down

0 comments on commit 274de8b

Please sign in to comment.