This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git
The following commit(s) were added to refs/heads/master by this push:
new 25d7d104b2 [INFRA] Add label rule for Actions
new d3a0006780 Merge pull request #2193 from hansva/master
25d7d104b2 is described below
commit 25d7d104b26d3f571c0f46d0d96385f6c459fbd4
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Tue Jan 24 16:11:16 2023 +0100
[INFRA] Add label rule for Actions
---
.github/issue-rules.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/issue-rules.yml b/.github/issue-rules.yml
index 6aab2346dd..b77feba120 100644
--- a/.github/issue-rules.yml
+++ b/.github/issue-rules.yml
@@ -26,6 +26,9 @@ rules:
- valueFor: 'Priority'
contains: '3'
addLabels: ['P3']
+- valueFor: 'Component'
+ contains: 'Actions'
+ addLabels: [ 'Actions' ]
- valueFor: 'Component'
contains: 'Beam'
addLabels: ['Beam']