Check need info #18
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: Check need info | |
on: | |
schedule: | |
- cron: "0 0 */7 * *" | |
jobs: | |
check-need-info: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Close-issues | |
uses: actions-cool/issues-helper@v2 | |
with: | |
actions: 'close-issues' | |
token: ${{ secrets.GITHUB_TOKEN }} | |
labels: 'need more info, need reproduce' | |
inactive-day: 7 | |
body: | | |
The issue doesn't provide enough information to properly address and close the issue. |