Merge branch 'main' into main

This commit is contained in:
Akshay Nair
2021-04-15 20:48:44 +05:30
committed by GitHub
5 changed files with 61 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'
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "jasonappah",
"email": "isadev@jasonaa.me",
"twitter": "jasonaa_"
},
"record": {
"URL": "https://jasonaa.me/"
}
}
+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"
}
}
+11
View File
@@ -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"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "starptr",
"email": "yuto@berkeley.edu"
},
"description": "Personal website",
"record": {
"URL": "https://yart.me"
}
}