From 47cb6177f8530fad6be59ccf14901e17124cf536 Mon Sep 17 00:00:00 2001 From: Tobias <8368497+toschdev@users.noreply.github.com> Date: Mon, 6 Nov 2023 14:09:24 +0100 Subject: [PATCH 1/2] docs: change docs owner (#3732) * Change docs owner * Update Dannys GitHub handle --------- Co-authored-by: Danilo Pantani --- .github/CODEOWNERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index dafc8525a7..294aa29c06 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,4 +4,5 @@ * @ilgooz @jeronimoalbi @Pantani @julienrbrt @Ehsan-saradar # Docs -*.md @ilgooz +*.md @salmad3 @toschdev +docs/* @salmad3 @toschdev From 69707466cb728157f12a815ca03e3bed0a1617f3 Mon Sep 17 00:00:00 2001 From: Danilo Pantani Date: Mon, 6 Nov 2023 18:43:14 +0100 Subject: [PATCH 2/2] add tpl files to the ingretation tests (#3731) Co-authored-by: Pantani --- .github/workflows/test-integration.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index 2e20e133d2..e470d81d86 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -39,6 +39,7 @@ jobs: PATTERNS: | **/*.go **/*.plush + **/*.tpl go.mod go.sum **/testdata/**