Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork186
Issue Close Require#1111
This file contains hidden or 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 Close Require | |
| on: | |
| schedule: | |
| -cron:"0 0 * * *" | |
| jobs: | |
| close-issues: | |
| if:github.repository == 'vitejs/vite-plugin-vue' | |
| runs-on:ubuntu-latest | |
| permissions: | |
| issues:write# for actions-cool/issues-helper to update issues | |
| pull-requests:write# for actions-cool/issues-helper to update PRs | |
| steps: | |
| -name:need reproduction | |
| uses:actions-cool/issues-helper@3809910bc12872edc9b8132f122069ac16cd16ee# v3 | |
| with: | |
| actions:"close-issues" | |
| token:${{ secrets.GITHUB_TOKEN }} | |
| labels:"need reproduction" | |
| inactive-day:3 |