diff --git a/.github/workflows/release-checks.yaml b/.github/workflows/release-checks.yaml new file mode 100644 index 000000000..e0375ffd5 --- /dev/null +++ b/.github/workflows/release-checks.yaml @@ -0,0 +1,14 @@ +name: Release Checks +on: + pull_request: + types: [opened, synchronize, reopened] + branches: ['main'] +permissions: + contents: read +jobs: + next-release-label-check: + name: Check for "next release" label + uses: GoogleCloudPlatform/php-tools/.github/workflows/release-checks.yml@main + if: github.event.pull_request.user.login == 'release-please[bot]' + with: + next-release-label-check: false