From d443509c478af937708672ddfd3802cdab308f7b Mon Sep 17 00:00:00 2001 From: xrkffgg Date: Thu, 17 Jun 2021 23:54:56 +0800 Subject: [PATCH] Create ci-notice.yml --- .github/workflows/ci-notice.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/ci-notice.yml diff --git a/.github/workflows/ci-notice.yml b/.github/workflows/ci-notice.yml new file mode 100644 index 0000000..24a1645 --- /dev/null +++ b/.github/workflows/ci-notice.yml @@ -0,0 +1,22 @@ +name: CI Notice + +on: + schedule: + - cron: '0 0 * * *' + workflow_dispatch: + +jobs: + setup: + runs-on: ubuntu-latest + steps: + - name: checkout + uses: actions/checkout@main + + - uses: actions-cool/ci-notice@main + with: + ci: | + yarn + yarn run package + yarn run docs:build + notice-types: 'issue' + issue-assignees: 'xrkffgg'