You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by bo...@apache.org on 2023/02/03 11:35:12 UTC

[streampipes] branch chore/update-pr-labeler created (now f21addc7d)

This is an automated email from the ASF dual-hosted git repository.

bossenti pushed a change to branch chore/update-pr-labeler
in repository https://gitbox.apache.org/repos/asf/streampipes.git


      at f21addc7d chore(gh-actions): add helm label to pr labeling config

This branch includes the following new commits:

     new 0f71b00f3 chore(gh-actions): improve pr labeling workflow
     new f21addc7d chore(gh-actions): add helm label to pr labeling config

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[streampipes] 01/02: chore(gh-actions): improve pr labeling workflow

Posted by bo...@apache.org.
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 0f71b00f30f53ef8bb9d85cadac67d86db3127e9
Author: bossenti <bo...@posteo.de>
AuthorDate: Fri Feb 3 12:34:23 2023 +0100

    chore(gh-actions): improve pr labeling workflow
---
 .github/workflows/pr-labeler.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml
index 92fafa053..e9871360b 100644
--- a/.github/workflows/pr-labeler.yml
+++ b/.github/workflows/pr-labeler.yml
@@ -14,14 +14,14 @@
 # limitations under the License.
 
 name: "Pull Request Labeler"
-run-name: ${{ github.actor }} created pull request labeler
+run-name: Pull request labeler for ${{ github.ref_name }}
 
 on:
   pull_request:
-    types: [opened, closed, reopened]
+    types: [opened]
 
 jobs:
-  triage:
+  label-pr:
     if: >-
       github.event.pull_request.user.login != 'octobot' &&
       github.event.pull_request.user.login != 'dependabot[bot]'


[streampipes] 02/02: chore(gh-actions): add helm label to pr labeling config

Posted by bo...@apache.org.
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 <bo...@posteo.de>
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/**/*"