Initial import

This commit is contained in:
Chris Patterson
2019-08-03 21:34:59 -04:00
commit 62b122fb5f
568 changed files with 99070 additions and 0 deletions

17
.github/workflows/close_stale.yml vendored Normal file
View File

@@ -0,0 +1,17 @@
name: "Close stale issues"
on:
push: {}
schedule:
- cron: 0 * * * *
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: bbq-beets/stale-bot@master
with:
stale_age_days: 0
wait_after_stale_days: 0
max_operations_per_run: 1
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" # todo: secrets.github_token