Skip to content

Commit 0087fe5

Browse files
bshafferpurvavasudeo
authored andcommitted
feat(ci): add release check for "next release" label (googleapis#8541)
1 parent 1a8fba1 commit 0087fe5

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/release-checks.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,10 @@ jobs:
122122
echo "Missing repositories for one or more new components"
123123
exit 1
124124
fi
125+
126+
next-release-label-check:
127+
name: Check for "next release" label
128+
uses: GoogleCloudPlatform/php-tools/.github/workflows/release-checks.yml@main
129+
if: github.event.pull_request.user.login == 'release-please[bot]'
130+
with:
131+
next-release-label-check: true

0 commit comments

Comments
 (0)