From f18f65c83a13d7f0c8136bbee59ecef9b98d4671 Mon Sep 17 00:00:00 2001 From: Jonas Kunz Date: Wed, 14 Feb 2024 14:56:31 +0100 Subject: [PATCH] Attempt to fix PR labeling --- .github/workflows/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 054cff2143..12b980856d 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -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