Skip to content

Commit 5b0b406

Browse files
authored
Clean up labels + automation (#100)
* Update stale.yml * Update labeler.yml * Update bug_report.yml * Update feature_request.yml
1 parent e108d23 commit 5b0b406

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Bug report
22
description: Use this template to report bugs
3-
labels: ["type:bug"]
3+
labels: ["type:bug", "component:python sdk"]
44
body:
55
- type: markdown
66
attributes:

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Feature request
22
description: Use this template to suggest a new feature
3-
labels: ["type:feature request"]
3+
labels: ["type:feature request", "component:python sdk"]
44
body:
55
- type: markdown
66
attributes:

.github/labeler.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
'status:awaiting review':
22
- '**/*'
3+
4+
'component:python sdk':
5+
- '**/*'

.github/workflows/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
repo-token: ${{ secrets.GITHUB_TOKEN }}
2525
days-before-issue-stale: 14
2626
days-before-issue-close: 14
27-
stale-issue-label: "stale"
27+
stale-issue-label: "status:stale"
2828
close-issue-reason: not_planned
2929
any-of-labels: "status:awaiting user response,status:more data needed"
3030
stale-issue-message: >
@@ -35,7 +35,7 @@ jobs:
3535
Please post a new issue if you need further assistance. Thanks!
3636
days-before-pr-stale: 14
3737
days-before-pr-close: 14
38-
stale-pr-label: "stale"
38+
stale-pr-label: "status:stale"
3939
stale-pr-message: >
4040
Marking this pull request as stale since it has been open for 14 days with no activity.
4141
This PR will be closed if no further activity occurs.

0 commit comments

Comments
 (0)