Skip to content

Commit

Permalink
Merge pull request #13 from Poltio/hotfix/disable-auto-merge
Browse files Browse the repository at this point in the history
Disable automerge
  • Loading branch information
gcg authored Sep 8, 2023
2 parents 7a49930 + c7f5021 commit e3ddcb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,5 +150,6 @@ runs:
environment_url: `${{ steps.deploy.outputs.url }}`,
owner: context.repo.owner,
repo: context.repo.repo,
deployment_id: deployment.data.id
deployment_id: deployment.data.id,
auto_merge: false
});

0 comments on commit e3ddcb5

Please sign in to comment.