1
0
forked from suse-edge/Factory

Reduce number of maintainers to avoid spam

Signed-off-by: Nicolas Belouin <nicolas.belouin@suse.com>
This commit is contained in:
2025-02-21 09:33:48 +01:00
parent 5a73d61002
commit 34687fb5e9
2 changed files with 2 additions and 11 deletions

View File

@@ -4,7 +4,7 @@ on:
branches-ignore:
- "devel"
paths:
- "_meta"
- "*" # Will trigger on new directories and changes to files in root of repository
- ".gitea/workflows/sync_meta.yaml"
- ".obs/common.py"
@@ -35,6 +35,7 @@ jobs:
if [ "${meta}" != "$(echo "${new_meta}" | sha256sum)"]; then
echo "${new_meta}" | osc meta prj "${PROJECT}" -F -
fi
python3 .obs/sync_packages.py
else
# Create the projects
bash .obs/create_projects.sh

10
_meta
View File

@@ -3,17 +3,7 @@
it is not automatically enforced by OBS
-#}
{%- set maintainers = [
"adinov",
"dirkmueller",
"dprodanov",
"edge-engineering",
"jtomasek",
"kzhelyazkov",
"nbelouin",
"steven.hardy",
] -%}
{%- set maintainers = [
"nbelouin",
] -%}
<project name="{{ project }}">
<title>{{ title }}</title>