We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ead192 commit 782a630Copy full SHA for 782a630
.github/workflows/release-checks.yaml
@@ -122,3 +122,10 @@ jobs:
122
echo "Missing repositories for one or more new components"
123
exit 1
124
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