mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
Delete .github/workflows/lock.yml
This commit is contained in:
17
.github/workflows/lock.yml
vendored
17
.github/workflows/lock.yml
vendored
@@ -1,17 +0,0 @@
|
||||
name: "Lock threads"
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 13 * * *"
|
||||
|
||||
jobs:
|
||||
lock:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Lock closed issues and PRs
|
||||
uses: dessant/lock-threads@v5
|
||||
with:
|
||||
github-token: ${{ github.token }}
|
||||
process-only: "issues, prs"
|
||||
issue-inactive-days: "14"
|
||||
pr-inactive-days: "14"
|
||||
Reference in New Issue
Block a user