Skip to content

Commit

Permalink
add YAML SDK component to issue template
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Kinard <[email protected]>
  • Loading branch information
Polber committed Sep 27, 2023
1 parent 7d78572 commit bce3e9e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ body:
- label: "Component: Java SDK"
- label: "Component: Go SDK"
- label: "Component: Typescript SDK"
- label: "Component: YAML SDK"
- label: "Component: IO connector"
- label: "Component: Beam examples"
- label: "Component: Beam playground"
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/failing_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ body:
- label: "Component: Java SDK"
- label: "Component: Go SDK"
- label: "Component: Typescript SDK"
- label: "Component: YAML SDK"
- label: "Component: IO connector"
- label: "Component: Beam examples"
- label: "Component: Beam playground"
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ body:
- label: "Component: Java SDK"
- label: "Component: Go SDK"
- label: "Component: Typescript SDK"
- label: "Component: YAML SDK"
- label: "Component: IO connector"
- label: "Component: Beam examples"
- label: "Component: Beam playground"
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ body:
- label: "Component: Java SDK"
- label: "Component: Go SDK"
- label: "Component: Typescript SDK"
- label: "Component: YAML SDK"
- label: "Component: IO connector"
- label: "Component: Beam examples"
- label: "Component: Beam playground"
Expand Down
2 changes: 2 additions & 0 deletions .github/issue-rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ rules:
addLabels: ['go']
- contains: '[x] Component: Typescript SDK'
addLabels: ['typescript']
- contains: '[x] Component: YAML SDK'
addLabels: ['yaml']
- contains: '[x] Component: IO'
addLabels: ['io']
- contains: '[x] Component: Beam examples'
Expand Down

0 comments on commit bce3e9e

Please sign in to comment.