Skip to content

Commit

Permalink
Clean up labels + automation (#100)
Browse files Browse the repository at this point in the history
* Update stale.yml

* Update labeler.yml

* Update bug_report.yml

* Update feature_request.yml
  • Loading branch information
keertk authored Dec 1, 2023
1 parent e108d23 commit 5b0b406
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Bug report
description: Use this template to report bugs
labels: ["type:bug"]
labels: ["type:bug", "component:python sdk"]
body:
- type: markdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Feature request
description: Use this template to suggest a new feature
labels: ["type:feature request"]
labels: ["type:feature request", "component:python sdk"]
body:
- type: markdown
attributes:
Expand Down
3 changes: 3 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
'status:awaiting review':
- '**/*'

'component:python sdk':
- '**/*'
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-issue-stale: 14
days-before-issue-close: 14
stale-issue-label: "stale"
stale-issue-label: "status:stale"
close-issue-reason: not_planned
any-of-labels: "status:awaiting user response,status:more data needed"
stale-issue-message: >
Expand All @@ -35,7 +35,7 @@ jobs:
Please post a new issue if you need further assistance. Thanks!
days-before-pr-stale: 14
days-before-pr-close: 14
stale-pr-label: "stale"
stale-pr-label: "status:stale"
stale-pr-message: >
Marking this pull request as stale since it has been open for 14 days with no activity.
This PR will be closed if no further activity occurs.
Expand Down

0 comments on commit 5b0b406

Please sign in to comment.