17 lines
445 B
YAML
17 lines
445 B
YAML
name: Check inactive
|
|
|
|
on:
|
|
schedule:
|
|
- cron: "0 0 1 * *"
|
|
|
|
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
|
|
body: Hello, this issue has been inactive for more than 30 days and will be closed if inactive for another 30 days. |