diff --git a/.github/workflows/update-tooling-versions.yml b/.github/workflows/update-tooling-versions.yml index 2cfa880d7..423a58fcd 100644 --- a/.github/workflows/update-tooling-versions.yml +++ b/.github/workflows/update-tooling-versions.yml @@ -81,7 +81,7 @@ jobs: --title "$TITLE" \ --body-file "$RUNNER_TEMP/pr-body.md") - # Queues the merge behind the required "ci/circleci: build" check. + # Queues the merge behind whatever checks main requires. gh pr merge --auto --squash "$PR_URL" bundler: @@ -146,5 +146,5 @@ jobs: --title "$TITLE" \ --body-file "$RUNNER_TEMP/pr-body.md") - # Queues the merge behind the required "ci/circleci: build" check. + # Queues the merge behind whatever checks main requires. gh pr merge --auto --squash "$PR_URL"