1
0

Compare commits

...

5 Commits

Author SHA256 Message Date
c48f6ace11 Merge branch 'leap-16.0' into fix-pi-prefix 2025-10-09 13:32:44 +02:00
AutoGits PR Review Bot
d19af5a4b9 Merging
PR: products/PackageHub!164
2025-10-09 08:51:42 +00:00
Marcus Meissner
c31a6f7216 simplify uses as we do not need read perms 2025-10-09 10:13:37 +02:00
Marcus Meissner
8d2906ef2e use packagehub- as patch insert prefix 2025-10-09 10:03:22 +02:00
Elisei Roca
08c4095ab0 Switch to maintenance mode 2025-10-08 18:11:21 +02:00
3 changed files with 76 additions and 25 deletions

View File

@@ -14,19 +14,21 @@ jobs:
zypper in -y go
# Generic action from GitHub to clone the product git repo
- name: Checkout product
uses: https://gitea-actions-autobuild:${{ secrets.REPO_READ }}@src.opensuse.org/actions/github-actions-checkout@v4
uses: https://src.opensuse.org/actions/github-actions-checkout@v4
with:
token: ${{ secrets.REPO_WRITE }}
repo-sha256: true
- name: Update all new _patchinfo files
uses: https://gitea-actions-autobuild:${{ secrets.REPO_READ }}@src.opensuse.org/actions/patchinfo-numbering-action@v0
uses: https://src.opensuse.org/actions/patchinfo-numbering-action@v0
with:
prefix: packagehub-
- name: Get last commit author
id: last-commit
run: |
echo "author=$(git log -1 --pretty='%an <%ae>')" >> $GITHUB_OUTPUT
- name: Commit changes back
uses: https://gitea-actions-autobuild:${{ secrets.REPO_READ }}@src.opensuse.org/actions/stefanzweifel-git-auto-commit-action@v5
uses: https://src.opensuse.org/actions/stefanzweifel-git-auto-commit-action@v5
with:
commit_user_name: gitea-actions-autobuild
commit_user_email: autobuild+gitea@opensuse.org

View File

@@ -1,3 +1,3 @@
{
"": ["packagehub-review"]
"": ["maintenance-release-review"]
}

View File

@@ -1,23 +1,72 @@
{
"Workflows": ["pr"],
"GitProjectName": "products/PackageHub#leap-16.0",
"Organization": "pool",
"Branch": "leap-16.0",
"ManualMergeProject": true,
"Reviewers": [
"+legaldb",
"-autogits_obs_staging_bot",
"*packagehub-review"
],
"ReviewGroups": [
{
"Name": "packagehub-review",
"Reviewers": [
"bigironman",
"lkocman-factory",
"maxlin_factory",
"smithfarm"
]
}
]
"Workflows": ["pr"],
"GitProjectName": "products/PackageHub#leap-16.0",
"Organization": "pool",
"Branch": "leap-16.0",
"ManualMergeProject": true,
"NoProjectGitPR": true,
"Reviewers": [
"*maintenance-release-review",
"+opensuse-review",
"+legaldb",
"-autogits_obs_staging_bot",
"-qam-openqa-review"
],
"ReviewGroups": [
{
"Name": "maintenance-release-review",
"Reviewers": [
"abergmann",
"amattiazzo",
"bfilho",
"cmatos",
"crazybyte",
"emanuelecappello",
"gsonnu",
"maintenance-robot",
"mauriziogalli",
"mbozicevic",
"mimi_vx",
"mschnitzer",
"msmeissn",
"pluskalm",
"rfrohl",
"slemke"
],
"Silent": true
},
{
"Name": "opensuse-review",
"Reviewers": [
"alarrosa",
"anag",
"atartamo",
"bigironman",
"darix",
"dimstar",
"dmach",
"eroca",
"jdsn",
"jengelh",
"mcalabkova",
"mstrigl",
"nkrapp",
"oertel",
"RBrownSUSE",
"simotek",
"smithfarm"
],
"Silent": true
},
{
"Name": "qam-openqa-review",
"Reviewers": [
"mimi_vx",
"mschnitzer",
"msmeissn",
"openqa-maintenance"
],
"Silent": true
}
]
}