mirror of
https://github.com/danbulant/jose
synced 2026-05-19 12:29:04 +00:00
17 lines
341 B
YAML
17 lines
341 B
YAML
name: "Lock threads"
|
|
|
|
on:
|
|
schedule:
|
|
- cron: "0 9 * * *"
|
|
|
|
jobs:
|
|
lock:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: dessant/lock-threads@v3
|
|
with:
|
|
github-token: ${{ github.token }}
|
|
issue-inactive-days: "90"
|
|
issue-lock-reason: ""
|
|
pr-inactive-days: "90"
|
|
pr-lock-reason: ""
|