From fe53c4ed4fa2c25e1c6407eb5bfa7436863baf09 Mon Sep 17 00:00:00 2001 From: David Date: Wed, 2 Oct 2024 03:02:57 +0200 Subject: [PATCH] ci: add labeler config --- .github/labeler.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/labeler.yml diff --git a/.github/labeler.yml b/.github/labeler.yml new file mode 100644 index 00000000..65bc68f2 --- /dev/null +++ b/.github/labeler.yml @@ -0,0 +1,4 @@ +# Any python files modifed but no test files modified +needs-tests: +- any: ['payments/**/*.py'] + all: ['!payments/**/test*.py']