From d2b93bf8d18cb75dfe7c4549ee93d3465630eec9 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Thu, 30 Jan 2025 16:04:16 +0100 Subject: [PATCH] packit: remove deprecated syntax `metadata` sections are deprecated for a long time, also in this case it breaks the YAML expansion which replaces whole `metadata` section instead of merging it together. Fixes fedora-copr/copr#3528 Signed-off-by: Matej Focko --- .packit.yaml | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index 4c60764..45bcd9d 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -36,16 +36,14 @@ jobs: - dist-git - dist-git-client trigger: pull_request - metadata: - targets: - - fedora-all-x86_64 - - epel-8-x86_64 - - epel-9-x86_64 - - epel-10-x86_64 + targets: + - fedora-all-x86_64 + - epel-8-x86_64 + - epel-9-x86_64 + - epel-10-x86_64 - <<: *copr trigger: commit - metadata: - owner: "@copr" - project: "copr-dev" - branch: main + owner: "@copr" + project: "copr-dev" + branch: main