Skip to content

Commit

Permalink
Ads/triage workflow fix v3 (#302)
Browse files Browse the repository at this point in the history
* feat: kickoff v2 0 dir and files

* fix: github.rest.issues.addAssignees and reference
  • Loading branch information
GangGreenTemperTatum authored Apr 15, 2024
1 parent 0ecbcae commit 8c0e854
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/issue-triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ jobs:
// const uniqueAssignees = [...new Set(assignees)];
// Assign the issue to the calculated assignees
await github.issues.addAssignees({
await github.rest.issues.addAssignees({
issue_number: issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
assignees: uniqueAssignees
assignees: assignees
});
} catch (error) {
console.error(error.message);
Expand Down

0 comments on commit 8c0e854

Please sign in to comment.