diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml new file mode 100644 index 000000000..f750eb678 --- /dev/null +++ b/.github/workflows/stale.yml @@ -0,0 +1,19 @@ +name: StaleBOT + +on: + workflow_dispatch: + name: 'Force cleanup' + schedule: + - cron: "30 14 * * *" + +jobs: + stale: + runs-on: ubuntu-latest + steps: + - uses: actions/stale@v3 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + days-before-stale: 30 + days-before-close: 20 + stale-issue-message: 'This issue has been marked as stale due to inactivity and will be closed. Comment anything on this PR to prevent it' + stale-pr-message: 'This pull request has been marked as stale due to inactivity and will be closed. Comment anything on this PR to prevent it' diff --git a/domains/matthew.json b/domains/matthew.json new file mode 100644 index 000000000..7909c2f1e --- /dev/null +++ b/domains/matthew.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Matt-Gleich", + "email": "email@mattglei.ch", + "twitter": "MattGleich" + }, + "repo": "https://github.com/Matt-Gleich/site-v2", + "record": { + "URL": "https://mattglei.ch" + } +}