mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-07 20:58:11 +00:00
18 lines
363 B
YAML
18 lines
363 B
YAML
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
|