Skip to content

Commit 139f82c

Browse files
authored
Merge pull request #2343 from ublue-os/main
[pull] stable-f44 from main
2 parents 7a974d5 + 90cd49c commit 139f82c

4 files changed

Lines changed: 19 additions & 5 deletions

File tree

.github/pull.yml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
version: "1"
22
rules:
3-
- base: main
4-
upstream: ublue-os:main
5-
mergeMethod: merge
3+
- base: stable-f44
4+
upstream: main
5+
mergeMethod: hardreset
66
mergeUnstable: false
7+
reviewers:
8+
- NiHaiden
9+
- inffy
10+
- ledif
11+
- renner0e
12+
conflictReviewers:
13+
- NiHaiden
14+
- inffy
15+
- ledif
16+
- renner0e
17+
label: "stable-promotion"
18+
conflictLabel: "promotion-conflict"

.github/workflows/build-image-latest-main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
- ".github/workflows/moderator.yml"
99
- ".github/workflows/scorecard.yml"
1010
merge_group:
11+
branches:
12+
- stable-f44
1113
pull_request:
1214
branches:
1315
- stable-f44

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ build $image="aurora" $tag="latest" $flavor="main" rechunk="0" ghcr="0" pipeline
115115
# AKMODS Flavor and Kernel Version
116116
if [[ "${tag}" =~ stable ]]; then
117117
akmods_flavor="coreos-stable"
118-
elif [[ "${tag}" =~ beta ]]; then
118+
elif [[ "${tag}" =~ testing ]]; then
119119
akmods_flavor="main"
120120
else
121121
akmods_flavor="main"

image-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ images:
1010
- name: brew
1111
image: ghcr.io/ublue-os/brew
1212
tag: latest
13-
digest: sha256:985ed8b7d9dd6a93bde53328e257e9ecd8cb61eaf5780690622ef9e3aa39aba9
13+
digest: sha256:fc3d3c27060e4bbbcb2e21a17a50c083b2588d404097ac86c97b1b2a75576db1

0 commit comments

Comments
 (0)