Merge branch 'main' into patch-1

This commit is contained in:
Akshay Nair
2021-04-15 20:47:08 +05:30
committed by GitHub
2 changed files with 30 additions and 0 deletions
+19
View File
@@ -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'
+11
View File
@@ -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"
}
}