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/json.json b/domains/json.json new file mode 100644 index 000000000..a406cd7f4 --- /dev/null +++ b/domains/json.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "jasonappah", + "email": "isadev@jasonaa.me", + "twitter": "jasonaa_" + }, + "record": { + "URL": "https://jasonaa.me/" + } +} 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" + } +} diff --git a/domains/rohan.json b/domains/rohan.json new file mode 100644 index 000000000..832a60dac --- /dev/null +++ b/domains/rohan.json @@ -0,0 +1,11 @@ +{ + "description": "Rohan's devlog and portfolio", + "repo": "https://github.com/rohan-bansal", + "owner": { + "username": "Rohan-Bansal", + "email": "rohan@rbansal.dev" + }, + "record": { + "URL": "https://rbansal.dev" + } +} diff --git a/domains/yuto.json b/domains/yuto.json new file mode 100644 index 000000000..f5aa2bd11 --- /dev/null +++ b/domains/yuto.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "starptr", + "email": "yuto@berkeley.edu" + }, + "description": "Personal website", + "record": { + "URL": "https://yart.me" + } +}