mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-21 19:25:46 +08:00
Create ci-notice.yml
This commit is contained in:
22
.github/workflows/ci-notice.yml
vendored
Normal file
22
.github/workflows/ci-notice.yml
vendored
Normal file
@@ -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'
|
Reference in New Issue
Block a user