You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lo...@apache.org on 2022/12/20 15:36:08 UTC

[beam] 01/01: flaky -> flake

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

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

commit 2e37459a8dcea1ac7ee42b646a5985b2597b0ef9
Author: Robert Burke <lo...@users.noreply.github.com>
AuthorDate: Tue Dec 20 07:35:54 2022 -0800

    flaky -> flake
---
 .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 89e0c2afa24..c26cb84bf6b 100644
--- a/.github/issue-rules.yml
+++ b/.github/issue-rules.yml
@@ -58,7 +58,7 @@ rules:
   addLabels: ['dataflow']
 - valueFor: 'Failure'
   contains: 'Test is flaky'
-  addLabels: ['flaky', 'tests']
+  addLabels: ['flake', 'tests']
 - valueFor: 'Failure'
   contains: 'Test is continually failing'
   addLabels: ['permared', 'failing test', 'tests']