mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
17 lines
321 B
YAML
17 lines
321 B
YAML
name: "Lock threads"
|
|
|
|
on:
|
|
schedule:
|
|
- cron: "0 13 * * *"
|
|
|
|
jobs:
|
|
lock:
|
|
runs-on: ubuntu-20.04
|
|
steps:
|
|
- name: Lock closed issues and PRs
|
|
uses: dessant/lock-threads@v3
|
|
with:
|
|
github-token: ${{ github.token }}
|
|
issue-inactive-days: "14"
|
|
pr-inactive-days: "14"
|