We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 486d121 + 28f2cbd commit 9baf93dCopy full SHA for 9baf93d
.github/workflows/ci.yml
@@ -101,7 +101,7 @@ jobs:
101
git switch -c $BRANCH
102
git push -u origin $BRANCH
103
# Create PR
104
- gh pr create -B master --title 'Automatic Rustup' --body ''
+ gh pr create -B master --title 'Automatic Rustup' --body 'Please close and re-open this PR to trigger CI, then enable auto-merge'
105
106
# Send a Zulip notification when a cron job fails
107
cron-fail-notify:
0 commit comments