Add auto-merge bot workflow for successful PRs#3901
Add auto-merge bot workflow for successful PRs#3901arash77 wants to merge 2 commits intoBioContainers:masterfrom
Conversation
|
Nice! I'm wondering why you are doing it manually and not using on of the available actions, like https://github.com/marketplace/actions/enable-automerge-action |
You are right. I will go with this approach then. But we have to enable some options in the repo settings (if they are not done before)
GitHub blocks
|
…d simplify merging logic
We can not do this. it would mean only the first bot PR can be merged, all others would not be up to date. |
|
I enabled branch protection. The PAT we can do on Thursday maybe together? |
We could also use GitHub Apps like https://github.com/apps/biocontainers-automerge-bot/ |
Implement a workflow that automatically merges pull requests authored by the bot after a successful build. This streamlines the process and reduces manual intervention.