Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Lock old issues and pull requests that are closed #219

Lock old issues and pull requests that are closed

Lock old issues and pull requests that are closed #219

Workflow file for this run

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