diff options
author | DSRKafuU | 2020-04-29 11:22:46 +0800 |
---|---|---|
committer | GitHub | 2020-04-29 11:22:46 +0800 |
commit | e70856f96183ac267999f1dec8546b48f570857c (patch) | |
tree | 3a721a00fa2ad5d1a4db00d35406c9afd8c461f3 | |
parent | e4d5a49c79270676226d1d4135f5413ae2ff3224 (diff) | |
download | hugo-theme-fuji-e70856f96183ac267999f1dec8546b48f570857c.tar.gz hugo-theme-fuji-e70856f96183ac267999f1dec8546b48f570857c.tar.bz2 hugo-theme-fuji-e70856f96183ac267999f1dec8546b48f570857c.zip |
Create stale.yml
-rw-r--r-- | .github/stale.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 0000000..e2b8c19 --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,17 @@ +# Number of days of inactivity before an issue becomes stale +daysUntilStale: 30 +# Number of days of inactivity before a stale issue is closed +daysUntilClose: 5 +# 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 |