From 5be34e36c70e279f5e42c4c5e7870dcbf7768452 Mon Sep 17 00:00:00 2001 From: Template Bot Date: Sun, 30 Aug 2026 20:29:34 +0000 Subject: [PATCH] update comments in tooling workflow Source: https://github.com/mockdeep/Rails-Template/pull/1471 --- .github/workflows/update-tooling-versions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"