mirror of
https://github.com/AdguardTeam/AdguardFilters.git
synced 2026-08-29 12:14:41 +00:00
test workflow
This commit is contained in:
4
.github/workflows/assign-on-label.yml
vendored
4
.github/workflows/assign-on-label.yml
vendored
@@ -20,8 +20,8 @@ jobs:
|
||||
const assignees = context.payload.issue.assignees.map(a => a.login);
|
||||
|
||||
if (labelName === 'A: In progress' && !assignees.includes(senderName)) {
|
||||
console.log(`Adding ${senderName} to the #${issueNumber} assignees`);
|
||||
await github.issues.addAssignees({
|
||||
console.log(`Adding @${senderName} to the #${issueNumber} assignees`);
|
||||
await github.rest.issues.addAssignees({
|
||||
owner,
|
||||
repo,
|
||||
issue_number: issueNumber,
|
||||
|
||||
Reference in New Issue
Block a user