Skip to content

Commit

Permalink
Merge pull request #25 from ryjones/master
Browse files Browse the repository at this point in the history
Defang stalebot
  • Loading branch information
ryjones authored Oct 10, 2019
2 parents 52ce643 + e191dc1 commit 819ec29
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
16 changes: 5 additions & 11 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# SPDX-License-Identifier: Apache-2.0
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 0
daysUntilStale: 14
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 1
daysUntilClose: 7
# Issues with these labels will never be considered stale
# CAUTION: These issues are likely to get _less_ attention since stale bot
# will never nag anyone about them. Stale bot just reflects the community's
Expand All @@ -16,12 +16,6 @@ daysUntilClose: 1
staleLabel: stale
only: pulls
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
Thank you for your contribution!
Please use gerrit for the changes, see
[documentation here](https://cello.readthedocs.io/en/latest/CONTRIBUTING/)
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: >
Thank you for your contribution!
Please use gerrit for the changes, see
[documentation here](https://cello.readthedocs.io/en/latest/CONTRIBUTING/)
markComment: false
#
closeComment: false
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-License-Identifier: Apache-2.0

# Cello Committers
* @hightall @LordGoodman @tongli @yeasy
* @hightall @litong01 @LordGoodman @yeasy

0 comments on commit 819ec29

Please sign in to comment.