-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into 1364-add-image-support-to-vertexau-plugin
- Loading branch information
Showing
731 changed files
with
116,780 additions
and
12,405 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
name: Dev UI feature request | ||
about: Use this to request a feature in the Dev UI | ||
title: "[Dev UI]" | ||
labels: devui | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Overview | ||
A clear and concise description of what the feature is. | ||
|
||
### User goal(s) | ||
What is the user trying to accomplish with this feature? | ||
|
||
## Requirements | ||
### Acceptance Criteria | ||
- 1 | ||
- 2 | ||
- 3 | ||
|
||
### Designs | ||
|
||
Inlined screenshots | ||
|
||
## Notes | ||
|
||
Are there any open questions? Anything else | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
# Add 'root' label to any root file changes | ||
# Quotation marks are required for the leading asterisk | ||
root: | ||
- changed-files: | ||
- any-glob-to-any-file: '*' | ||
|
||
docs: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- '**/*.md' | ||
- '**/*.rst' | ||
- 'LICENSE' | ||
- 'docs-go/**' | ||
- 'docs/**' | ||
- 'py/engdocs/**' | ||
|
||
go: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- '**/*.go' | ||
- '**/go.mod' | ||
- '**/go.sum' | ||
- 'go/**' | ||
|
||
python: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- '**/*.py' | ||
- '**/pyproject.toml' | ||
- 'py/**' | ||
|
||
js: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- '**/*.js' | ||
- '**/*.jsx' | ||
- '**/*.ts' | ||
- '**/*.tsx' | ||
- '**/package.json' | ||
- 'js/**' | ||
|
||
tooling: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- 'genkit-tools/**' | ||
|
||
config: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- '**/*.toml' | ||
- '**/*.yaml' | ||
- '**/*.yml' | ||
- '**/.editorconfig' | ||
- '**/.github/**' | ||
- '**/.gitignore' | ||
- '**/.npmignore' | ||
- '**/.npmrc' | ||
- '**/.prettierignore' | ||
- '**/package.json' | ||
- '**/tsconfig.*.json' | ||
- '**/tsconfig.json' | ||
- '**/typedoc.json' | ||
|
||
sample: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- 'samples/**' | ||
|
||
dotprompt: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- '**/dotprompt/**' | ||
|
||
handlebarz: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- '**/handlebarz/**' | ||
|
||
# Automatically add labels to any PR also based on branch naming conventions. | ||
build: | ||
- head-branch: [^.*/build/.*, build] | ||
|
||
chore: | ||
- head-branch: [^.*/chore/.*, chore] | ||
|
||
ci: | ||
- head-branch: [^.*/ci/.*, ci] | ||
|
||
feature: | ||
- head-branch: [^.*/feat/.*, feature] | ||
|
||
fix: | ||
- head-branch: [^.*/fix/.*, fix] | ||
|
||
perf: | ||
- head-branch: [^.*/perf/.*, perf] | ||
|
||
refactor: | ||
- head-branch: [^.*/refactor/.*, refactor] | ||
|
||
style: | ||
- head-branch: [^.*/style/.*, style] | ||
|
||
test: | ||
- head-branch: [^.*/test/.*, test] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.