Skip to content

Commit

Permalink
Merge pull request #985 from rabollin/release-1.13
Browse files Browse the repository at this point in the history
Fix the DAPR bot script addressing this issue #966
  • Loading branch information
paulyuk committed Feb 14, 2024
2 parents 155578e + 674f616 commit df8530c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dapr-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
const commentBody = payload.comment.body;
if (!isFromPulls && commentBody && commentBody.indexOf("/assign") == 0) {
if (!issue.assignees || issue.assignees.length === 0) {
await github.issues.addAssignees({
await github.rest.issues.addAssignees({
owner: issue.owner,
repo: issue.repo,
issue_number: issue.number,
Expand Down

0 comments on commit df8530c

Please sign in to comment.