Skip to content

Commit

Permalink
ci: add ci-notice
Browse files Browse the repository at this point in the history
  • Loading branch information
Wxh16144 committed Oct 25, 2023
1 parent cb632b0 commit 7551d87
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/ci-notice.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: CI Notice

on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:

jobs:
setup:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- name: checkout
uses: actions/checkout@4

- uses: actions-cool/ci-notice@main
with:
ci: |
npm install pnpm@latest-8 -g
pnpm install
pnpm run build
node index.js
notice-types: 'issue'
issue-assignees: 'Wxh16144'

0 comments on commit 7551d87

Please sign in to comment.