You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tv...@apache.org on 2022/11/08 22:50:32 UTC

[beam] 01/01: Remove a duplicate label

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

tvalentyn pushed a commit to branch tvalentyn-patch-3
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 13c805ee16896c0897459c96bb80c2ea9031b1aa
Author: tvalentyn <tv...@users.noreply.github.com>
AuthorDate: Tue Nov 8 14:50:25 2022 -0800

    Remove a duplicate label
    
    We have two semantically equivalent labels, one of them has only 7 issue tagged. let's remove test-failures in favor of 'failing test'
    https://github.com/apache/beam/issues?q=is%3Aissue++sort%3Aupdated-desc+label%3A%22failing+test%22+
    https://github.com/apache/beam/issues?q=is%3Aissue++sort%3Aupdated-desc+label%3A%22test-failures%22+
---
 .github/issue-rules.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/issue-rules.yml b/.github/issue-rules.yml
index 70afca63986..96a1b978e01 100644
--- a/.github/issue-rules.yml
+++ b/.github/issue-rules.yml
@@ -337,7 +337,7 @@ rules:
   addLabels: ['typescript']
 - valueFor: 'Component'
   contains: 'test-failures'
-  addLabels: ['test-failures']
+  addLabels: ['failing test']
 - valueFor: 'Component'
   contains: 'testing'
   addLabels: ['tests']