Skip to content

Close old issues that need reply #495

Close old issues that need reply

Close old issues that need reply #495

Workflow file for this run

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