File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
name : Bug report
2
2
description : Use this template to report bugs
3
- labels : ["type:bug"]
3
+ labels : ["type:bug", "component:python sdk" ]
4
4
body :
5
5
- type : markdown
6
6
attributes :
Original file line number Diff line number Diff line change 1
1
name : Feature request
2
2
description : Use this template to suggest a new feature
3
- labels : ["type:feature request"]
3
+ labels : ["type:feature request", "component:python sdk" ]
4
4
body :
5
5
- type : markdown
6
6
attributes :
Original file line number Diff line number Diff line change 1
1
' status:awaiting review ' :
2
2
- ' **/*'
3
+
4
+ ' component:python sdk ' :
5
+ - ' **/*'
Original file line number Diff line number Diff line change 24
24
repo-token : ${{ secrets.GITHUB_TOKEN }}
25
25
days-before-issue-stale : 14
26
26
days-before-issue-close : 14
27
- stale-issue-label : " stale"
27
+ stale-issue-label : " status: stale"
28
28
close-issue-reason : not_planned
29
29
any-of-labels : " status:awaiting user response,status:more data needed"
30
30
stale-issue-message : >
35
35
Please post a new issue if you need further assistance. Thanks!
36
36
days-before-pr-stale : 14
37
37
days-before-pr-close : 14
38
- stale-pr-label : " stale"
38
+ stale-pr-label : " status: stale"
39
39
stale-pr-message : >
40
40
Marking this pull request as stale since it has been open for 14 days with no activity.
41
41
This PR will be closed if no further activity occurs.
You can’t perform that action at this time.
0 commit comments