Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bb38cb9b authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Add support for a16

parent e9644f72
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -71,3 +71,9 @@ auto-merge-a15:
  variables:
    BRANCH_NAME_REGEX: /^v[0-9](\.[0-9]*){1,2}-(a15)$/
    TARGET_BRANCH: a15

auto-merge-a16:
  extends: .auto-merge-main
  variables:
    BRANCH_NAME_REGEX: /^v[0-9](\.[0-9]*){1,2}-(a16)$/
    TARGET_BRANCH: a16
+12 −0
Original line number Diff line number Diff line
@@ -43,3 +43,15 @@ a14:
  variables:
    UPSTREAM_BRANCH: lineage-21
    LOCAL_BRANCH: a14

a15:
  extends: .update-from-upstream
  variables:
    UPSTREAM_BRANCH: lineage-22.2
    LOCAL_BRANCH: a15

a16:
  extends: .update-from-upstream
  variables:
    UPSTREAM_BRANCH: lineage-23.0
    LOCAL_BRANCH: a16
+7 −1
Original line number Diff line number Diff line
@@ -91,3 +91,9 @@ a15:
  variables:
    UPSTREAM_BRANCH: lineage-22.2
    LOCAL_BRANCH: a15

a16:
  extends: .update-from-upstream
  variables:
    UPSTREAM_BRANCH: lineage-23.0
    LOCAL_BRANCH: a16