diff --git a/.github/labeler.yml b/.github/labeler.yml index 2e28673e11..0243e1b1b1 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -20,3 +20,6 @@ documentation: dependencies: - head-branch: ['^deps/', '^dep/', '^dependabot/', 'pre-commit-ci-update-config'] - changed-files: ['go.mod', 'go.sum'] + +tests: + - head-branch: ['^test/', '^tests/']