Skip to content

Commit 9baf93d

Browse files
authored
Merge pull request #38 from RalfJung/cron-doc
cron-success-pr: document how to merge these PRs
2 parents 486d121 + 28f2cbd commit 9baf93d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
git switch -c $BRANCH
102102
git push -u origin $BRANCH
103103
# Create PR
104-
gh pr create -B master --title 'Automatic Rustup' --body ''
104+
gh pr create -B master --title 'Automatic Rustup' --body 'Please close and re-open this PR to trigger CI, then enable auto-merge'
105105
106106
# Send a Zulip notification when a cron job fails
107107
cron-fail-notify:

0 commit comments

Comments
 (0)