Skip to content

Commit

Permalink
craft better messaging for stale and locked issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rgbkrk committed Apr 13, 2018
1 parent 0fd62b4 commit 99b72b7
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 6 deletions.
12 changes: 9 additions & 3 deletions .github/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@
daysUntilLock: 120
# Comment to post before locking. Set to `false` to disable
lockComment: >
This thread has been automatically locked because it has not had recent
activity. Please open a new issue for related bugs and link to relevant
comments in this thread.
Howdy! I'm πŸ”“πŸ€–!
In order to keep information timely (based on the most recent release), we want
all activity to be added to either new issues or open issues and PRs. In service
to that goal, I, the lock bot close inactive closed issues when they haven't had
activity in 120 days.
Feel free to open a new issue for related bugs and link to relevant comments from
this thread.
# Issues or pull requests with these labels will not be locked
exemptLabels:
- no-locking
Expand Down
20 changes: 17 additions & 3 deletions .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,22 @@ exemptLabels:
staleLabel: stale
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
This issue hasn't had any activity on it in the last 90 days. Unfortunately we don't
get around to dealing with every issue that is opened. Instead of leaving issues
open we're seeking to be transparent by closing issues that aren't being prioritized.
If no other activity happens on this issue in one week, it will be closed.
It's more than likely that just by me posting about this, the maintainers will take a
closer look at these long forgotten issues to help evaluate what to do next.
If you would like to see this issue get prioritized over others, there are multiple
avenues πŸ—“:
* Ask how you can help with this issue πŸ‘©πŸΏβ€πŸ’»πŸ‘¨πŸ»β€πŸ’»
* Help solve other issues the team is currently working on πŸ‘¨πŸΎβ€πŸ’»πŸ‘©πŸΌβ€πŸ’»
* [Donate to nteract](https://www.flipcause.com/secure/cause_pdetails/MTA5ODg=) so we can support developers to work on these features and bugs more regularly πŸ’°πŸ•
Thank you!
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false

0 comments on commit 99b72b7

Please sign in to comment.