每天自动转存漏掉的issues

This commit is contained in:
AnJia 2023-07-26 10:08:34 +08:00
parent cc980d04b3
commit cebffad97c
1 changed files with 2 additions and 2 deletions
.github/workflows

View File

@ -6,12 +6,12 @@ on:
label:
types: [created]
workflow_dispatch:
Schedule:
-cron: '0 16 * * *'
jobs:
build:
runs-on: ubuntu-latest
if: contains(github.event.issue.labels.*.name, 'porter')
steps:
- name: 检出代码
uses: actions/checkout@v3