Merge pull request #9586 from dolthub/aaron/bump-dependency-eventsapi_schema

[no-release-notes] .github: workflows/bump-dependency.yaml: Add support for eventsapi_schema bump.
This commit is contained in:
Aaron Son
2025-07-28 14:51:47 -04:00
committed by GitHub
+3
View File
@@ -19,6 +19,9 @@ jobs:
if [ "$REPO" == "go-mysql-server" ]
then
echo "label=gms-bump" >> $GITHUB_OUTPUT
elif [ "$REPO" == "eventsapi_schema" ]
then
echo "label=eventsapi_schema-bump" >> $GITHUB_OUTPUT
else
echo "$REPO is unsupported"
exit 1