We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef20af3 + 245bc43 commit 42e93b1Copy full SHA for 42e93b1
.github/workflows/ci.yml
@@ -99,7 +99,7 @@ jobs:
99
git switch -c $BRANCH
100
git push -u origin $BRANCH
101
# Create PR
102
- gh pr create -B master --title 'Automatic Rustup' --body 'Please close and re-open this PR to trigger CI, then enable auto-merge'
+ gh pr create -B master --title 'Automatic Rustup' --body 'Please close and re-open this PR to trigger CI, then enable auto-merge.'
103
104
# Send a Zulip notification when a cron job fails
105
cron-fail-notify:
0 commit comments