Script to automate merge from "Develop" into default branch.
Go to file
6543 73dc8583a5
Merge branch 'master' into opt-interactive
2021-05-22 20:09:50 +02:00
context introduce context 2021-05-22 14:06:39 +02:00
merge impl tag creation 2021-05-22 20:06:05 +02:00
tags impl tag creation 2021-05-22 20:06:05 +02:00
utils Refactor from script to cli tool (#9) 2021-05-22 11:14:51 +00:00
.gitignore Refactor from script to cli tool (#9) 2021-05-22 11:14:51 +00:00
LICENSE add LICENSE GPL3+ 2021-04-28 20:10:15 +02:00
README.md docu 2021-04-28 20:10:16 +02:00
go.mod Refactor from script to cli tool (#9) 2021-05-22 11:14:51 +00:00
go.sum Refactor from script to cli tool (#9) 2021-05-22 11:14:51 +00:00
main.go impl tag creation 2021-05-22 20:06:05 +02:00

README.md

GitLab: MergeDevel2Default

Script to automate merge from "Develop" into default branch.

-> ORG Definieren
-> ORG repo list abfragen
-> Exclude repos Definieren
-> For each repo:
   -> get branch list && get pull list
   -> if master & develop[ment] exist
      -> check if pull from develop to master already exist
         -> ture: set automerge
         -> false: create & set automerge