Sha256: ed4cfc90dba386f560c617a978cf8117efd936d9ae4f02f8daa8d78f9e1191e1
Contents?: true
Size: 765 Bytes
Versions: 50
Compression:
Stored size: 765 Bytes
Contents
name: Close Waiting for Response Issues on: schedule: - cron: "30 1 * * *" workflow_dispatch: jobs: check-need-info: runs-on: ubuntu-latest steps: - name: close-issues uses: actions-cool/issues-helper@v3 with: actions: 'close-issues' token: ${{ secrets.GITHUB_TOKEN }} labels: 'Waiting for Response' inactive-day: 7 body: | We are closing this issue because we did not hear back regarding additional details we needed to resolve this issue. If the issue persists and you are able to provide the missing clarification we need, feel free to respond and reopen this issue. We appreciate your understanding as we try to manage our number of open issues.
Version data entries
50 entries across 50 versions & 2 rubygems