mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
d30432e9c6
* test pr * conditional * conditional * conditional * conditional * conditional * changes * changes * add changeset * changes --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
52 lines
773 B
JSON
52 lines
773 B
JSON
{
|
|
"gradio": [
|
|
"client/python/**",
|
|
"gradio/**",
|
|
"requirements.txt",
|
|
".github/**",
|
|
"scripts/**",
|
|
"test/**"
|
|
],
|
|
"js": [
|
|
"js/**",
|
|
"client/js/**",
|
|
".github/**",
|
|
"package.json",
|
|
"pnpm-lock.yaml",
|
|
"tsconfig.json",
|
|
".config/**"
|
|
],
|
|
"functional": [
|
|
".github/**",
|
|
"client/**",
|
|
"demo/**",
|
|
"gradio/**",
|
|
"js/**",
|
|
"scripts/**",
|
|
|
|
"globals.d.ts",
|
|
"package.json",
|
|
"pnpm-lock.yaml",
|
|
"pyproject.toml",
|
|
"requirements.txt",
|
|
".config/**"
|
|
],
|
|
"visual": [
|
|
".github/workflows/deploy-chromatic.yml",
|
|
"js!(/_website)/**",
|
|
"package.json"
|
|
],
|
|
"website": [
|
|
"js/_website/**",
|
|
"package.json",
|
|
"pnpm-lock.yaml",
|
|
"guides/**",
|
|
"README.md",
|
|
"CHANGELOG.md",
|
|
"gradio/**",
|
|
"client/**",
|
|
"demo/**",
|
|
".github/deploy-website.yml"
|
|
]
|
|
}
|