Skip to content

yuki-no

yuki-no #90023

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 # v6.0.2
- run: corepack enable
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: "22"
cache: "pnpm"
# https://github.com/Gumball12/yuki-no/
- uses: Gumball12/yuki-no@fbefaa195fd73259626c84ff5a81a1e057360d3b # v1
with:
access-token: ${{ secrets.GITHUB_TOKEN }}
head-repo: https://github.com/vitejs/vite.git
track-from: a46f11a6c218f74b08ffb3e33a25c2ce02ba6643
include: |
docs/**
release-tracking: true