Skip to content

Commit 5be34e3

Browse files
author
Template Bot
committed
update comments in tooling workflow
Source: mockdeep/Rails-Template#1471
1 parent 3eb8541 commit 5be34e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-tooling-versions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
--title "$TITLE" \
8282
--body-file "$RUNNER_TEMP/pr-body.md")
8383
84-
# Queues the merge behind the required "ci/circleci: build" check.
84+
# Queues the merge behind whatever checks main requires.
8585
gh pr merge --auto --squash "$PR_URL"
8686
8787
bundler:
@@ -146,5 +146,5 @@ jobs:
146146
--title "$TITLE" \
147147
--body-file "$RUNNER_TEMP/pr-body.md")
148148
149-
# Queues the merge behind the required "ci/circleci: build" check.
149+
# Queues the merge behind whatever checks main requires.
150150
gh pr merge --auto --squash "$PR_URL"

0 commit comments

Comments
 (0)