mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-05-21 06:23:57 +00:00
Merge branch 'main' into main
This commit is contained in:
@@ -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'
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "jasonappah",
|
||||
"email": "isadev@jasonaa.me",
|
||||
"twitter": "jasonaa_"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://jasonaa.me/"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "starptr",
|
||||
"email": "yuto@berkeley.edu"
|
||||
},
|
||||
"description": "Personal website",
|
||||
"record": {
|
||||
"URL": "https://yart.me"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user