This is an automated email from the ASF dual-hosted git repository. bossenti pushed a commit to branch chore/update-pr-labeler in repository https://gitbox.apache.org/repos/asf/streampipes.git
commit f21addc7d132c6f66103da90aa1a622c37ae6221 Author: bossenti <[email protected]> AuthorDate: Fri Feb 3 12:34:54 2023 +0100 chore(gh-actions): add helm label to pr labeling config --- .github/pr-labeler-config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/pr-labeler-config.yml b/.github/pr-labeler-config.yml index 75cd78ce5..480661787 100644 --- a/.github/pr-labeler-config.yml +++ b/.github/pr-labeler-config.yml @@ -33,6 +33,9 @@ documentation: gh-actions: - ".github/**/*" +helm: + - "installer/k8s/**/*.yaml" + installer: - "installer/**/*"
