Change label prefix for protobuf projects (#8944)

Avoid clashing with labels used by envoy in
https://github.com/google/oss-fuzz/blob/master/projects/envoy/project.yaml.
This commit is contained in:
zhangskz 2022-11-07 21:32:18 -05:00 committed by GitHub
parent d4362b84e9
commit f2d79d7877
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -31,4 +31,4 @@ sanitizers:
- address
labels:
"*":
- ossfuzz-bugz-1260285
- protobuf-ossfuzz-bugz-1260285

View File

@ -33,4 +33,4 @@ vendor_ccs:
- facundo.tuesca@trailofbits.com
labels:
"*":
- ossfuzz-bugz-1260285
- protobuf-ossfuzz-bugz-1260285

View File

@ -28,4 +28,4 @@ sanitizers:
main_repo: 'https://github.com/protocolbuffers/upb.git'
labels:
"*":
- ossfuzz-bugz-1260285
- protobuf-ossfuzz-bugz-1260285