An open API service indexing awesome lists of open source software.

https://github.com/sshivananda/circleci-auto-merge

Automerges to another branch using circle ci
https://github.com/sshivananda/circleci-auto-merge

Last synced: 2 months ago
JSON representation

Automerges to another branch using circle ci

Awesome Lists containing this project

README

        

# circleci-auto-merge
Automerges to another branch using circle ci

Implements steps from https://support.circleci.com/hc/en-us/articles/360018860473-How-to-push-a-commit-back-to-the-same-repository-as-part-of-the-CircleCI-job

- Any commit on a branch will update test-branch (used for testing that the functionality works)
- Merging `main` branch will auto update staging branch