From 8d6de7546cceffc057ecbc9169d14fee851f2554 Mon Sep 17 00:00:00 2001
From: Paul Abel
Date: Mon, 15 Apr 2024 11:32:14 +0100
Subject: [PATCH 1/2] update github labels
---
.github/labeler.yml | 18 +++++++++++++++++-
1 file changed, 17 insertions(+), 1 deletion(-)
diff --git a/.github/labeler.yml b/.github/labeler.yml
index f283127576..c960671782 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -11,7 +11,19 @@ chore:
- all:
- changed-files:
- any-glob-to-any-file: ['.github/**/*', 'hack/**/*', '*']
- - all-globs-to-all-files: ['!*.md']
+ - all-globs-to-all-files: ['!*.md', '!go.mod', '!go.sum', '!*.go']
+
+github_actions:
+ - changed-files:
+ - any-glob-to-any-file: ['.github/**/*.yml', '.github/**/*.yaml', '.github/**/*.md']
+
+go:
+ - changed-files:
+ - any-glob-to-any-file: ['**/*.go', 'go.mod', 'go.sum']
+
+python:
+ - changed-files:
+ - any-glob-to-any-file: ['**/*.py', '**/requirements.txt']
tests:
- all:
@@ -32,3 +44,7 @@ dependencies:
helm_chart:
- changed-files:
- any-glob-to-any-file: 'charts/nginx-ingress/**/*'
+
+docker:
+ - changed-files:
+ - any-glob-to-any-file: '**/Dockerfile'
From 7a88fb38e86ceb7a19bb3eabac90c6c5e20af562 Mon Sep 17 00:00:00 2001
From: Paul Abel <128620221+pdabelf5@users.noreply.github.com>
Date: Mon, 15 Apr 2024 11:44:23 +0100
Subject: [PATCH 2/2] Update .github/labeler.yml
Co-authored-by: Venktesh Shivam Patel
Signed-off-by: Paul Abel <128620221+pdabelf5@users.noreply.github.com>
---
.github/labeler.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/labeler.yml b/.github/labeler.yml
index c960671782..fb698cc48f 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -23,7 +23,7 @@ go:
python:
- changed-files:
- - any-glob-to-any-file: ['**/*.py', '**/requirements.txt']
+ - any-glob-to-any-file: ['tests/**/*.py', 'tests/**/requirements.txt', 'tests/**/*.yaml', 'perf-tests/**/*.py', 'perf-tests/**/*.yaml']
tests:
- all: