ad-m / github-push-action

GitHub actions to push back to repository eg. updated code
MIT License
1.21k stars 229 forks source link

Automatically Merges Branches without approval #105

Closed ghost closed 2 years ago

ghost commented 2 years ago

Upon using ad-m/github-push-action@master in my project, pull requests that pass tests have been automerged by "github-actions" bot.

https://github.com/KrazyKirby99999/simple-matrix-bot-lib/pull/115 https://github.com/KrazyKirby99999/simple-matrix-bot-lib/pull/108

ad-m commented 2 years ago

Yes, because you pushed to the default repository branch. Where do you want to push changes?