Revision 96141c6ad6eec929f0888b50dda817a07cd6ae91 authored by Joey Perrott on 29 September 2023, 15:09:05 UTC, committed by Alex Rickabaugh on 02 October 2023, 15:37:46 UTC
Send message to to slack when aio fails to deploy

PR Close #51956
1 parent 781bb91
Raw File
BUILD.bazel
package(default_visibility = ["//visibility:public"])

exports_files([
    "size-tracking/integration-payloads.json",
])

filegroup(
    name = "public-api",
    srcs = glob([
        "public-api/**/*.md",
    ]),
)
back to top