You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Close the issue automatically when the issue is inactive for a period of time,
# including the ones labelled as "more info needed".
name: Issue Auto Close
on:
schedule:
- cron: "0 10 * * *" # scan the issues at 10:00 every day
jobs:
close-issues:
runs-on: ubuntu-latest
steps:
- name: Needs more info
uses: actions-cool/issues-helper@main
with:
actions: 'close-issues'
labels: 'more info needed'
inactive-day: 15
body: |
Since this issue was labeled as "more info needed" but no response has been received for 15 days. Now the issue is closed. Please feel free to create a new one with more info if you have more questions.