Skip to content

Commit

Permalink
Merge pull request #878 from ergebnis/fix/comma
Browse files Browse the repository at this point in the history
Fix: Add missing comma
  • Loading branch information
localheinz committed Jan 24, 2022
2 parents cd5ecb3 + 2321698 commit 37d27e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
try {
await github.rest.issues.addAssignees({
assignees: assignees,
issue_number: pullRequest.number
issue_number: pullRequest.number,
owner: context.repo.owner,
repo: context.repo.repo,
});
Expand Down

0 comments on commit 37d27e9

Please sign in to comment.