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/19 21:34:18 UTC

[beam] branch master updated: Ensure SDK suffix to avoid mis-labels of Go. (#24698)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f8b88924b4a Ensure SDK suffix to avoid mis-labels of Go. (#24698)
f8b88924b4a is described below

commit f8b88924b4ae17e3985a2c5812f164a2d97a1995
Author: Robert Burke <lo...@users.noreply.github.com>
AuthorDate: Mon Dec 19 13:34:12 2022 -0800

    Ensure SDK suffix to avoid mis-labels of Go. (#24698)
    
    Co-authored-by: lostluck <13...@users.noreply.github.com>
---
 .github/ISSUE_TEMPLATE/failing_test.yml | 8 ++++----
 .github/issue-rules.yml                 | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/failing_test.yml b/.github/ISSUE_TEMPLATE/failing_test.yml
index 8dece39c1cb..0904719e6d2 100644
--- a/.github/ISSUE_TEMPLATE/failing_test.yml
+++ b/.github/ISSUE_TEMPLATE/failing_test.yml
@@ -64,10 +64,10 @@ body:
       label: Issue Components
       description: Which languages, SDKs, or features are related to your report? (check all that apply)
       options:
-       - label: "Component: Python"
-       - label: "Component: Java"
-       - label: "Component: Go"
-       - label: "Component: Typescript"
+       - label: "Component: Python SDK"
+       - label: "Component: Java SDK"
+       - label: "Component: Go SDK"
+       - label: "Component: Typescript SDK"
        - label: "Component: IO connector"
        - label: "Component: Beam examples"
        - label: "Component: Beam playground"
diff --git a/.github/issue-rules.yml b/.github/issue-rules.yml
index b4a110d9444..89e0c2afa24 100644
--- a/.github/issue-rules.yml
+++ b/.github/issue-rules.yml
@@ -26,13 +26,13 @@ rules:
 - valueFor: 'Priority'
   contains: '3'
   addLabels: ['P3']
-- contains: '[x] Component: Java'
+- contains: '[x] Component: Java SDK'
   addLabels: ['java']
-- contains: '[x] Component: Python'
+- contains: '[x] Component: Python SDK'
   addLabels: ['python']
-- contains: '[x] Component: Go'
+- contains: '[x] Component: Go SDK'
   addLabels: ['go']
-- contains: '[x] Component: Typescript'
+- contains: '[x] Component: Typescript SDK'
   addLabels: ['typescript']
 - contains: '[x] Component: IO'
   addLabels: ['io']