Skip to content

Commit b3672af

Browse files
Linda Penglpatmo
Linda Peng
authored andcommitted
Increase stalebot count to 60 and create a new 'open a discussion' template
1 parent 61647b4 commit b3672af

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/ISSUE_TEMPLATE/config.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
open_a_discussion:
3+
- name: Open a discussion
4+
url: https://github.com/codebuddies/backend/discussions/new
5+
about: Open a new discussion

.github/stale.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Number of days of inactivity before an issue becomes stale
2-
daysUntilStale: 30
2+
daysUntilStale: 60
33
# Number of days of inactivity before a stale issue is closed
44
daysUntilClose: 7
55
# Issues with these labels will never be considered stale

0 commit comments

Comments
 (0)