Skip to content

Commit

Permalink
Merge pull request #651 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 492d091 + 7bce5bb commit e72ce47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yaml
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 e72ce47

Please sign in to comment.