BobAnkh / auto-generate-changelog

A Github Action to generate CHANGELOG automatically according to conventional commits. Feel free to contribute!
Apache License 2.0
81 stars 23 forks source link

[enhancement] Posibility to autoaprove Pull Request #127

Open rfernandezdo opened 4 months ago

rfernandezdo commented 4 months ago

Is your feature request related to a problem? Please describe

Posibility to autoaprove Pull Request with branches protection rules

Description of the new feature/enhancement

FLAG,

With: PULL_REQUEST_AUTOAPPROVE: 'true' :

Create Branch

Create PR

Merge

Delete Branch

boring-cyborg[bot] commented 4 months ago

Thanks for opening your first issue here! Be sure to follow the issue template!

BobAnkh commented 4 months ago

Do you mean to merge the pull request automatically? I suggest you use another tool like Mergify to automatically approve the pull request and merge it.

It is easy to implement an autoapprove feature since I only have to create a PR review with approval. If what you suggest is only to approve the PR with a new review, I think I can implement it.