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:
@@ -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
10
_meta
@@ -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>
|
||||
|
Reference in New Issue
Block a user