File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ jobs:
208
208
git push -u origin $BRANCH
209
209
- name : Create Pull Request
210
210
run : |
211
- PR=$(gh pr create -B master --title 'Automatic sync from rustc ' --body '')
211
+ PR=$(gh pr create -B master --title 'Automatic Rustup ' --body '')
212
212
~/.local/bin/zulip-send --user $ZULIP_BOT_EMAIL --api-key $ZULIP_API_TOKEN --site https://rust-lang.zulipchat.com \
213
213
--stream miri --subject "Cron Job Failure (miri, $(date -u +%Y-%m))" \
214
214
--message "A PR doing a rustc-pull [has been automatically created]($PR) for your convenience."
Original file line number Diff line number Diff line change @@ -10,6 +10,5 @@ allow-unauthenticated = [
10
10
# Gives us the commands 'ready', 'author', 'blocked'
11
11
[shortcut ]
12
12
13
- # disabled until https://github.com/rust-lang/triagebot/pull/1720 lands
14
- # [no-merges]
15
- # exclude_titles = ["Rollup of", "sync from rustc"]
13
+ [no-merges ]
14
+ exclude_titles = [" Rustup" ]
You can’t perform that action at this time.
0 commit comments