Skip to content

yuki-no

yuki-no #3110

Workflow file for this run

name: yuki-no
on:
schedule:
- cron: "0 * * * *" # Every hour
workflow_dispatch: # Manual trigger
permissions:
contents: write
issues: write
actions: read
pull-requests: write
jobs:
yuki-no:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- run: corepack enable
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
with:
node-version: "24"
# cache: "pnpm"
# https://github.com/Gumball12/yuki-no/
- uses: Gumball12/yuki-no@c204f917296d089f969a4404521d719fed8d9ca4
env:
YUKI_NO_BATCH_PR_ROOT_DIR: docs
YUKI_NO_BATCH_PR_EXCLUDE: |
**/package.json
# **/guide/migration*.md
# **/.vitepress/config.ts
with:
access-token: ${{ secrets.GITHUB_TOKEN }}
head-repo: https://github.com/vitejs/vite.git
track-from: 1a2e5e6d9a6bb2531bf73be801c9778dbf39d51b
include: |
docs/**
plugins: |
@yuki-no/plugin-release-tracking@latest
@yuki-no/plugin-batch-pr@latest