Skip to content

Commit 114d77a

Browse files
authored
Merge pull request #2964 from GoogleCloudPlatform/auto-label
ci: test auto-label configuration
2 parents 24c881d + 6bcb715 commit 114d77a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/auto-label.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
path:
2+
pullrequest: true
3+
labelprefix: "api: "
4+
paths:
5+
# i.e., label all PRs of files in root directory and down as "root"
6+
ai-platform:
7+
.: "aiplatform"
8+
appengine:
9+
.: "appengine"
10+
asset:
11+
.: "cloudasset"
12+
run:
13+
.: "run"
14+
vision:
15+
.: "vision"

0 commit comments

Comments
 (0)