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

Close old issues that need reply #224

Close old issues that need reply

Close old issues that need reply #224

Workflow file for this run

name: Close old issues that need reply
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
permissions:
issues: write
concurrency:
group: needs-reply
jobs:
needs-reply:
runs-on: ubuntu-latest
steps:
- name: Close old issues that need reply
uses: dwieeb/needs-reply@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-label: 'needs: reply'