Skip to content

Commit 782a630

Browse files
authored
feat(ci): add release check for "next release" label (#8541)
1 parent 4ead192 commit 782a630

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.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)