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
- Host: GitHub
- URL: https://github.com/sshivananda/circleci-auto-merge
- Owner: sshivananda
- License: mit
- Created: 2021-05-03T10:02:58.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-03T13:08:00.000Z (about 4 years ago)
- Last Synced: 2025-01-23T00:41:40.013Z (4 months ago)
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# circleci-auto-merge
Automerges to another branch using circle ciImplements 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