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

damccorm 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 5c4bea2fdbb add YAML SDK component to issue template (#28678)
5c4bea2fdbb is described below

commit 5c4bea2fdbb46e2055b26c5affe8362c0599423d
Author: Jeff Kinard <[email protected]>
AuthorDate: Wed Sep 27 11:11:48 2023 -0400

    add YAML SDK component to issue template (#28678)
    
    Signed-off-by: Jeffrey Kinard <[email protected]>
---
 .github/ISSUE_TEMPLATE/bug.yml          | 1 +
 .github/ISSUE_TEMPLATE/failing_test.yml | 1 +
 .github/ISSUE_TEMPLATE/feature.yml      | 1 +
 .github/ISSUE_TEMPLATE/task.yml         | 1 +
 .github/issue-rules.yml                 | 2 ++
 5 files changed, 6 insertions(+)

diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml
index 1ff96082c03..67f8b21445d 100644
--- a/.github/ISSUE_TEMPLATE/bug.yml
+++ b/.github/ISSUE_TEMPLATE/bug.yml
@@ -63,6 +63,7 @@ body:
        - label: "Component: Go SDK"
        - label: "Component: Typescript SDK"
        - label: "Component: IO connector"
+       - label: "Component: Beam YAML"
        - label: "Component: Beam examples"
        - label: "Component: Beam playground"
        - label: "Component: Beam katas"
diff --git a/.github/ISSUE_TEMPLATE/failing_test.yml 
b/.github/ISSUE_TEMPLATE/failing_test.yml
index 0904719e6d2..44e1cd72074 100644
--- a/.github/ISSUE_TEMPLATE/failing_test.yml
+++ b/.github/ISSUE_TEMPLATE/failing_test.yml
@@ -69,6 +69,7 @@ body:
        - label: "Component: Go SDK"
        - label: "Component: Typescript SDK"
        - label: "Component: IO connector"
+       - label: "Component: Beam YAML"
        - label: "Component: Beam examples"
        - label: "Component: Beam playground"
        - label: "Component: Beam katas"
diff --git a/.github/ISSUE_TEMPLATE/feature.yml 
b/.github/ISSUE_TEMPLATE/feature.yml
index deaa14287b8..11234a5e150 100644
--- a/.github/ISSUE_TEMPLATE/feature.yml
+++ b/.github/ISSUE_TEMPLATE/feature.yml
@@ -57,6 +57,7 @@ body:
        - label: "Component: Go SDK"
        - label: "Component: Typescript SDK"
        - label: "Component: IO connector"
+       - label: "Component: Beam YAML"
        - label: "Component: Beam examples"
        - label: "Component: Beam playground"
        - label: "Component: Beam katas"
diff --git a/.github/ISSUE_TEMPLATE/task.yml b/.github/ISSUE_TEMPLATE/task.yml
index 4fa1b241207..477b91b181b 100644
--- a/.github/ISSUE_TEMPLATE/task.yml
+++ b/.github/ISSUE_TEMPLATE/task.yml
@@ -58,6 +58,7 @@ body:
        - label: "Component: Go SDK"
        - label: "Component: Typescript SDK"
        - label: "Component: IO connector"
+       - label: "Component: Beam YAML"
        - label: "Component: Beam examples"
        - label: "Component: Beam playground"
        - label: "Component: Beam katas"
diff --git a/.github/issue-rules.yml b/.github/issue-rules.yml
index c26cb84bf6b..b01a22dafd7 100644
--- a/.github/issue-rules.yml
+++ b/.github/issue-rules.yml
@@ -36,6 +36,8 @@ rules:
   addLabels: ['typescript']
 - contains: '[x] Component: IO'
   addLabels: ['io']
+- contains: '[x] Component: Beam YAML'
+  addLabels: ['yaml']
 - contains: '[x] Component: Beam examples'
   addLabels: ['examples']
 - contains: '[x] Component: Beam playground'

Reply via email to