Skip to content

Lock old issues and pull requests that are closed #682

Lock old issues and pull requests that are closed

Lock old issues and pull requests that are closed #682

Workflow file for this run

name: Lock old issues and pull requests that are closed
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
permissions:
issues: write
pull-requests: write
concurrency:
group: lock
jobs:
action:
runs-on: ubuntu-latest
if: github.repository == 'capawesome-team/capacitor-firebase'
steps:
- uses: dessant/lock-threads@v3
with:
issue-inactive-days: '56'