rMerge branch 'master' of github.com:ornicar/lila

* 'master' of github.com:ornicar/lila:
  do not track custom .sbtopts
  close stale issues
This commit is contained in:
Thibault Duplessis 2019-12-13 12:45:38 -06:00
commit 79242225e4
4 changed files with 21 additions and 1 deletions

15
.github/stale.yml vendored Normal file
View file

@ -0,0 +1,15 @@
daysUntilStale: 730
daysUntilClose: 14
exemptLabels:
- prospect
- foundational
- want
- bug
staleLabel: stale
markComment: >
There has been no activity on this issue for 2 years. It will be
automatically closed in 2 weeks.
If the issue is still relevant, please briefly explain (or remove the label).
Feel free to reopen at any time.
closeComment: false

3
.gitignore vendored
View file

@ -1,5 +1,6 @@
.sbtopts
conf/application.conf
bin/dev
logs
project/project
project/target

4
lila
View file

@ -10,6 +10,10 @@
# We use .sbtopts instead
export SBT_OPTS=""
if [ ! -f ".sbtopts" ]; then
cp .sbtopts.default .sbtopts
fi
if [ ! -f "conf/application.conf" ]; then
cp conf/application.conf.default conf/application.conf
fi