This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
Issue Inactive Checker #30
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Issue Inactive Checker | |
on: | |
schedule: | |
- cron: "0 13 * * 1" # Every Monday at 1PM UTC (9AM EST) | |
permissions: | |
contents: read | |
jobs: | |
issue-close-require: | |
permissions: | |
issues: write | |
pull-requests: write | |
runs-on: ubuntu-latest | |
steps: | |
- name: cannot replicate | |
uses: actions-cool/issues-helper@v3 | |
with: | |
actions: "close-issues" | |
labels: "cannot replicate" | |
inactive-day: 20 |