mirror of
https://github.com/hathach/tinyusb.git
synced 2025-03-14 04:18:56 +00:00
Update labeler.yml
This commit is contained in:
parent
6144da9602
commit
2fef23d066
4
.github/workflows/labeler.yml
vendored
4
.github/workflows/labeler.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user