-
Notifications
You must be signed in to change notification settings - Fork 5.9k
chore: add stale bot #4048
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: add stale bot #4048
Conversation
β¨ Coder.com for PR #4048 deployed! It will be updated on every commit.
|
cfbb667
to
6c6230e
Compare
.github/workflows/stale.yml
Outdated
name: Mark stale issues and pull requests | ||
|
||
on: | ||
schedule: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's better to use the stale config and have the external Stale app take care of this. A common config across our repos also makes it easier for someone to switch between our repos
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good call!
Codecov Report
@@ Coverage Diff @@
## main #4048 +/- ##
=======================================
Coverage 63.51% 63.51%
=======================================
Files 36 36
Lines 1872 1872
Branches 379 379
=======================================
Hits 1189 1189
Misses 580 580
Partials 103 103 Continue to review full report at Codecov.
|
6c6230e
to
da2da4b
Compare
da2da4b
to
dbd1a22
Compare
I guess you forgot to set |
@Lemmingh thanks for pointing that out! I guess we should add that. If no one responds though, it's still probably stale and makes sense to close, but I'll open an issue to do this. |
Does that mean #33 will be considered stale at some point? |
@bpmct yes if there is no activity for 180 days! |
@jawnsy brought this up the other day. Then GitHub mentioned we should it so I thought why not π€·ββοΈ
I will take responsibility if it goes horribly wrong π
The way this works is we have a
stale.yml
under.github
which is the configuration and then @jawnsy enabled Stale bot it at thecdr
org level.Fixes N/A