diff options
| author | Ha Thach <[email protected]> | 2024-04-12 10:57:27 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-12 10:57:27 +0700 |
| commit | 2fef23d0666580088ad6f3c97909b3267d7c8770 (patch) | |
| tree | ba84f1ceb8e749a3ccbba6cecde63a5780462292 /.github/workflows | |
| parent | 6144da9602aac2673c5d84647befed3105c3bd98 (diff) | |
Update labeler.yml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/labeler.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 4d61fd350..c3cc59d0d 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -26,8 +26,8 @@ jobs: username = context.payload.issue.user.login; issueOrPrNumber = context.payload.issue.number; } else if (context.eventName === 'pull_request_target') { - username = context.payload.pull_request_target.user.login; - issueOrPrNumber = context.payload.pull_request_target.number; + username = context.payload.pull_request.user.login; + issueOrPrNumber = context.payload.pull_request.number; } // Check if an Adafruit member |
