diff options
| author | Ha Thach <[email protected]> | 2024-04-12 10:59:44 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-12 10:59:44 +0700 |
| commit | d816a9bdf892daeb35b88b9a469599fcda432c55 (patch) | |
| tree | 3e529b831ebbf331e711b83d2d0cff783868e790 | |
| parent | 48b1e734022586ce8dc5427293cfa550349a82e1 (diff) | |
| parent | 2fef23d0666580088ad6f3c97909b3267d7c8770 (diff) | |
Merge pull request #2594 from hathach/more-labler-update
Update labeler.yml
| -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 |
