Skip to content

Check inactive

Check inactive #578

---
# https://github.com/marketplace/actions/issues-helper
name: Check inactive
on:
schedule:
- cron: "0 5 * * *"
jobs:
check-inactive:
runs-on: ubuntu-latest
steps:
- name: check-inactive
uses: actions-cool/issues-helper@v3
with:
actions: 'check-inactive'
token: ${{ secrets.GITHUB_TOKEN }}
inactive-day: 30
issue-state: open
exclude-labels: 'new,enhancement,backlog,help wanted,module-issue,blocked - upstream'
...