codebuddies / backend

CodeBuddies back-end
https://codebuddies.org
GNU General Public License v3.0
20 stars 25 forks source link

Add stale.yml file #151

Closed lpatmo closed 4 years ago

lpatmo commented 4 years ago

Background/Context

Adds a stale bot that will comb through issues and close them after inactivity.

Before and After

Before: all issues stayed around forever After: cleanup

Acknowledgments (optional)

@BethanyG for suggesting https://github.com/marketplace/stale

Other notes (optional)

Made a distinction between wontfix labels (issues we want to keep open) and stale (issues that should get archived)

codecov[bot] commented 4 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (main@bac3ff9). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #151   +/-   ##
=======================================
  Coverage        ?   83.70%           
=======================================
  Files           ?       29           
  Lines           ?      491           
  Branches        ?        0           
=======================================
  Hits            ?      411           
  Misses          ?       80           
  Partials        ?        0           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update bac3ff9...18b9328. Read the comment docs.