From a572d1ca6845df1d25d18ed0e4ee1aa9bf16f691 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Fri, 13 Sep 2024 12:03:50 +0400 Subject: [PATCH] chore: disable max of one commit Backports branch. Signed-off-by: Andrey Smirnov --- .conform.yaml | 4 ++-- .kres.yaml | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.conform.yaml b/.conform.yaml index 25c9785a..e82d8e09 100644 --- a/.conform.yaml +++ b/.conform.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2024-03-27T11:04:35Z by kres latest. +# Generated on 2024-09-13T08:03:40Z by kres 8be5fa7. policies: - type: commit @@ -12,7 +12,7 @@ policies: gitHubOrganization: siderolabs spellcheck: locale: US - maximumOfOneCommit: true + maximumOfOneCommit: false header: length: 89 imperative: true diff --git a/.kres.yaml b/.kres.yaml index 2fe5ed1b..0ec51832 100644 --- a/.kres.yaml +++ b/.kres.yaml @@ -79,3 +79,7 @@ spec: $(MAKE) docker-kernel-prepare PLATFORM=$$platform TARGET_ARGS="--tag=$(REGISTRY)/$(USERNAME)/kernel:$(TAG)-$$arch --load"; \ docker run --rm -it --entrypoint=/toolchain/bin/bash -e PATH=/toolchain/bin:/bin -w /src -v $$PWD/kernel/build/config-$$arch:/host/.hostconfig $(REGISTRY)/$(USERNAME)/kernel:$(TAG)-$$arch -c 'cp /host/.hostconfig .config && make $* && cp .config /host/.hostconfig'; \ done +--- +kind: common.Repository +spec: + conformMaximumOfOneCommit: false