Skip to content

Commit 26d842d

Browse files
authored
Auto-label PoC with multiLabelPaths (GoogleCloudPlatform#9413)
This change is based on the new auto-label functionality (https://togithub.com/googleapis/repo-automation-bots/issues/4992), which allows mulitple paths to be labelled by the bot. It's part of PoC work related to go/dee-auto-tagging
1 parent 3c2e433 commit 26d842d

1 file changed

Lines changed: 74 additions & 69 deletions

File tree

.github/auto-label.yaml

Lines changed: 74 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -14,72 +14,77 @@
1414

1515
path:
1616
pullrequest: true
17-
labelprefix: "api: "
18-
paths:
19-
appengine: "appengine"
20-
asset: "asset"
21-
auth: "auth"
22-
automl: "automl"
23-
batch: "batch"
24-
bigquery: "bigquery"
25-
bigquery_storage: "bigquerystorage"
26-
billing: "cloudbilling"
27-
cloud_tasks: "tasks"
28-
cloud-sql: "cloudsql"
29-
cloudbuild: "cloudbuild"
30-
composer: "composer"
31-
compute: "compute"
32-
contact-center-insights: "contactcenterinsights"
33-
container: "container"
34-
container-analysis: "containeranalysis"
35-
datacatalog: "datacatalog"
36-
datalabeling: "datalabeling"
37-
dataproc: "dataproc"
38-
datastore: "datastore"
39-
dialogflow: "dialogflow"
40-
dlp: "dlp"
41-
dns: "dns"
42-
documentai: "documentai"
43-
endpoints: "endpoints"
44-
error_reporting: "clouderrorreporting"
45-
eventarc: "eventarc"
46-
firestore: "firestore"
47-
functions: "cloudfunctions"
48-
healthcare: "healhcare"
49-
iam: "iam"
50-
iap: "iap"
51-
iot: "cloudiot"
52-
jobs: "jobs"
53-
kms: "cloudkms"
54-
kubernetes_engine: "container"
55-
language: "language"
56-
media_cdn: "edgecache"
57-
media-translation: "mediatranslation"
58-
memorystore: "memorystore"
59-
ml_engine: "ml"
60-
monitoring: "monitoring"
61-
notebooks: "notebooks"
62-
optimization: "cloudoptimization"
63-
people-and-planet-ai: "people-and-planet-ai"
64-
privateca: "security-privateca"
65-
profiler: "cloudprofiler"
66-
pubsub: "pubsub"
67-
pubsublite: "pubsublite"
68-
recaptcha_enterprise: "recaptchaenterprise"
69-
retail: "retail"
70-
run: "run"
71-
scheduler: "cloudscheduler"
72-
secretmanager: "secretmanager"
73-
securitycenter: "securitycenter"
74-
servicedirectory: "servicedirectory"
75-
spanner: "spanner"
76-
speech: "speech"
77-
storage: "storage"
78-
storagetransfer: "storagetransfer"
79-
talent: "jobs"
80-
texttospeech: "texttospeech"
81-
trace: "cloudtrace"
82-
translate: "translate"
83-
vision: "vision"
84-
webrisk: "webrisk"
85-
workflows: "workflows"
17+
multipleLabelPaths:
18+
- labelprefix: "api: "
19+
paths:
20+
appengine: "appengine"
21+
asset: "asset"
22+
auth: "auth"
23+
automl: "automl"
24+
batch: "batch"
25+
bigquery: "bigquery"
26+
bigquery_storage: "bigquerystorage"
27+
billing: "cloudbilling"
28+
cloud_tasks: "tasks"
29+
cloud-sql: "cloudsql"
30+
cloudbuild: "cloudbuild"
31+
composer: "composer"
32+
compute: "compute"
33+
contact-center-insights: "contactcenterinsights"
34+
container: "container"
35+
container-analysis: "containeranalysis"
36+
datacatalog: "datacatalog"
37+
datalabeling: "datalabeling"
38+
dataproc: "dataproc"
39+
datastore: "datastore"
40+
dialogflow: "dialogflow"
41+
dlp: "dlp"
42+
dns: "dns"
43+
documentai: "documentai"
44+
endpoints: "endpoints"
45+
error_reporting: "clouderrorreporting"
46+
eventarc: "eventarc"
47+
firestore: "firestore"
48+
functions: "cloudfunctions"
49+
healthcare: "healhcare"
50+
iam: "iam"
51+
iap: "iap"
52+
iot: "cloudiot"
53+
jobs: "jobs"
54+
kms: "cloudkms"
55+
kubernetes_engine: "container"
56+
language: "language"
57+
media_cdn: "edgecache"
58+
media-translation: "mediatranslation"
59+
memorystore: "memorystore"
60+
ml_engine: "ml"
61+
monitoring: "monitoring"
62+
notebooks: "notebooks"
63+
optimization: "cloudoptimization"
64+
people-and-planet-ai: "people-and-planet-ai"
65+
privateca: "security-privateca"
66+
profiler: "cloudprofiler"
67+
pubsub: "pubsub"
68+
pubsublite: "pubsublite"
69+
recaptcha_enterprise: "recaptchaenterprise"
70+
retail: "retail"
71+
run: "run"
72+
scheduler: "cloudscheduler"
73+
secretmanager: "secretmanager"
74+
securitycenter: "securitycenter"
75+
servicedirectory: "servicedirectory"
76+
spanner: "spanner"
77+
speech: "speech"
78+
storage: "storage"
79+
storagetransfer: "storagetransfer"
80+
talent: "jobs"
81+
texttospeech: "texttospeech"
82+
trace: "cloudtrace"
83+
translate: "translate"
84+
vision: "vision"
85+
webrisk: "webrisk"
86+
workflows: "workflows"
87+
- labelprefix: "asset: "
88+
paths:
89+
recaptcha_enterprise:
90+
demosite: "flagship"

0 commit comments

Comments
 (0)