Skip to content

Lock Closed Issues #129

Lock Closed Issues

Lock Closed Issues #129

Workflow file for this run

name: Lock Closed Issues
on:
schedule:
- cron: "45 5 * * *"
permissions:
discussions: write
issues: write
pull-requests: write
jobs:
lock:
if: github.repository_owner == 'jens-maus'
runs-on: ubuntu-latest
steps:
- uses: dessant/[email protected]
with:
github-token: ${{ github.token }}
issue-inactive-days: "30"
exclude-issue-created-before: "2020-01-01T00:00:00Z"
issue-lock-reason: ""
pr-inactive-days: "7"
exclude-pr-created-before: "2020-01-01T00:00:00Z"
pr-lock-reason: ""