Skip to content

yuki-no

yuki-no #11

Workflow file for this run

name: yuki-no
on:
schedule:
- cron: "0 0 */14 * *" # Every 14 days
workflow_dispatch: # Manual trigger
jobs:
yuki-no:
runs-on: ubuntu-latest
steps:
- uses: Gumball12/yuki-no@v1
with:
# GitHub token for authentication
access-token: ${{ secrets.GITHUB_TOKEN }}
# Upstream repository configuration
head-repo: https://github.com/sveltejs/svelte
# REQUIRED: Set this to a recent commit hash from vitejs/vite
# Yuki-no will only track commits after this hash.
# Using an old commit hash will cause the initial action run to be very slow
# as it processes each historical commit.
# (Subsequent runs are faster as they skip previously processed commits.)
track-from: c86c4fdca10f9d46a024c1f672e60e1737c1f110 # Replace with a recent commit hash from vitejs/vite
# Files to track (Glob patterns)
include: |
documentation/docs/**
# Enable release tracking
# When enabled, Yuki-no will track releases for each issue
# and add comments about release status.
release-tracking: false