Skip to content

Commit

Permalink
chore: Github Action issue close (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
rrr523 authored Sep 12, 2023
1 parent 9cc4d1b commit 837d8f4
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/issue-close.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Issue Close Require

on:
schedule:
- cron: '0 0 * * *'

jobs:
close-issues:
runs-on: ubuntu-latest
steps:
- name: need reproduce
uses: actions-cool/issues-helper@v3
with:
actions: 'close-issues'
labels: '🤔 Need Reproduce'
inactive-day: 3

- name: needs more info
uses: actions-cool/issues-helper@v3
with:
actions: 'close-issues'
labels: 'needs more info'
inactive-day: 3
body: |
Since the issue was labeled with `needs more info`, but no response in 3 days. This issue will be closed. If you have any questions, you can comment and reply.

0 comments on commit 837d8f4

Please sign in to comment.