diff options
author | Alessandro Desantis <desa.alessandro@gmail.com> | 2020-08-26 10:31:35 +0200 |
---|---|---|
committer | Alessandro Desantis <desa.alessandro@gmail.com> | 2020-08-26 10:31:35 +0200 |
commit | ed49641b35d3655ec1ac9a064b57316487d62e9a (patch) | |
tree | 808df7d5ea55b6670e6a352f2b9d09e3aa62a21d /.github | |
parent | dbbe407c00ddd07a4cfcc62588704569e0ed7e51 (diff) |
Remove Stale configuration
Diffstat (limited to '.github')
-rw-r--r-- | .github/stale.yml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/.github/stale.yml b/.github/stale.yml deleted file mode 100644 index d9f6563..0000000 --- a/.github/stale.yml +++ /dev/null @@ -1,17 +0,0 @@ -# Number of days of inactivity before an issue becomes stale -daysUntilStale: 60 -# Number of days of inactivity before a stale issue is closed -daysUntilClose: 7 -# Issues with these labels will never be considered stale -exemptLabels: - - pinned - - security -# Label to use when marking an issue as stale -staleLabel: wontfix -# 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. -# Comment to post when closing a stale issue. Set to `false` to disable -closeComment: false
\ No newline at end of file |