remove lib and node_modules

This commit is contained in:
Shawn Napora
2019-08-06 16:49:21 -04:00
committed by Shawn Napora
parent dc7133054e
commit 1eec735134
565 changed files with 2 additions and 93776 deletions

View File

@@ -1,17 +0,0 @@
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: 60
wait_after_stale_days: 7
max_operations_per_run: 30
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"