Skip to content

Commit c1dbc19

Browse files
committed
Auto merge of rust-lang#3123 - RalfJung:triagebot, r=RalfJung
triagebot: re-enable merge commit check rust-lang/triagebot#1720 has landed. Also make the keyword "Rustup", which is what we've been already using for such PRs for a while. Just adjust the bot to also put that in the title.
2 parents b800211 + 1c928f9 commit c1dbc19

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/tools/miri/.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
git push -u origin $BRANCH
209209
- name: Create Pull Request
210210
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 '')
212212
~/.local/bin/zulip-send --user $ZULIP_BOT_EMAIL --api-key $ZULIP_API_TOKEN --site https://rust-lang.zulipchat.com \
213213
--stream miri --subject "Cron Job Failure (miri, $(date -u +%Y-%m))" \
214214
--message "A PR doing a rustc-pull [has been automatically created]($PR) for your convenience."

src/tools/miri/triagebot.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@ allow-unauthenticated = [
1010
# Gives us the commands 'ready', 'author', 'blocked'
1111
[shortcut]
1212

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"]

0 commit comments

Comments
 (0)