We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a3559c commit e35ed57Copy full SHA for e35ed57
1 file changed
.github/workflows/sync.yml
@@ -24,12 +24,6 @@ jobs:
24
25
# https://github.com/Gumball12/yuki-no/
26
- uses: Gumball12/yuki-no@wip
27
- env:
28
- YUKI_NO_BATCH_PR_ROOT_DIR: docs
29
- YUKI_NO_BATCH_PR_EXCLUDE: |
30
- **/guide/migration*.md
31
- **/package.json
32
- **/.vitepress/config.ts
33
with:
34
access-token: ${{ secrets.GITHUB_TOKEN }}
35
head-repo: https://github.com/vitejs/vite.git
@@ -38,4 +32,3 @@ jobs:
38
docs/**
39
plugins: |
40
@yuki-no/plugin-release-tracking@latest
41
- @yuki-no/plugin-batch-pr@latest
0 commit comments