This commit is contained in:
6543 2021-04-28 18:03:36 +02:00
parent ff56002997
commit c2b959219e
Signed by: 6543
GPG Key ID: C99B82E40B027BAE
1 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,15 @@
# GitLab: MergeDevel2Default

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

```none
-> 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
```