You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
363 B
17 lines
363 B
name: Issue Close Require
|
|
|
|
on:
|
|
schedule:
|
|
- cron: '0 0 * * *'
|
|
|
|
jobs:
|
|
close-issues:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: need reproduction
|
|
uses: actions-cool/issues-helper@v2.1.1
|
|
with:
|
|
actions: 'close-issues'
|
|
token: ${{ secrets.OPER_TOKEN }}
|
|
labels: 'need reproduction'
|
|
inactive-day: 3
|
|
|