Initial Commit

Add all files from private repo
This commit is contained in:
Gautham Varma K
2021-04-18 19:00:27 +05:30
commit 4a9d4249c6
24 changed files with 1131 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
---
name: Lock
# yamllint disable-line rule:truthy
on:
schedule:
- cron: "0 9 * * *"
workflow_dispatch:
jobs:
lock:
name: 🔒 Lock closed issues and PRs
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v2.0.3
with:
github-token: ${{ github.token }}
issue-lock-inactive-days: "30"
issue-lock-reason: ""
pr-lock-inactive-days: "1"
pr-lock-reason: ""