Skip to content

Commit

Permalink
tweak approve_and_merge.yml (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktr0731 committed Mar 17, 2021
1 parent 3cae20e commit 8f3cff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/approve_and_merge.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
pull_number: context.issue.number,
event: APPROVE
event: "APPROVE"
})
await github.pulls.merge({
owner: context.repo.owner,
Expand Down

0 comments on commit 8f3cff8

Please sign in to comment.