triagebot exclude_labels -> exclude_titles
This commit is contained in:
parent
039875986c
commit
09fd7a8722
2
src/tools/miri/.github/workflows/ci.yml
vendored
2
src/tools/miri/.github/workflows/ci.yml
vendored
@ -208,7 +208,7 @@ jobs:
|
|||||||
git push -u origin $BRANCH
|
git push -u origin $BRANCH
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
run: |
|
run: |
|
||||||
PR=$(gh pr create -B master --title 'Automatic sync from rustc' --body '' --label subtree-sync)
|
PR=$(gh pr create -B master --title 'Automatic sync from rustc' --body '')
|
||||||
~/.local/bin/zulip-send --user $ZULIP_BOT_EMAIL --api-key $ZULIP_API_TOKEN --site https://rust-lang.zulipchat.com \
|
~/.local/bin/zulip-send --user $ZULIP_BOT_EMAIL --api-key $ZULIP_API_TOKEN --site https://rust-lang.zulipchat.com \
|
||||||
--stream miri --subject "Cron Job Failure (miri, $(date -u +%Y-%m))" \
|
--stream miri --subject "Cron Job Failure (miri, $(date -u +%Y-%m))" \
|
||||||
--message "A PR doing a rustc-pull [has been automatically created]($PR) for your convenience."
|
--message "A PR doing a rustc-pull [has been automatically created]($PR) for your convenience."
|
||||||
|
@ -339,9 +339,9 @@ impl Command {
|
|||||||
"Confirmed that the push round-trips back to Miri properly. Please create a rustc PR:"
|
"Confirmed that the push round-trips back to Miri properly. Please create a rustc PR:"
|
||||||
);
|
);
|
||||||
println!(
|
println!(
|
||||||
// Open PR with `subtree-sync` label to satisfy the `no-merges` triagebot check
|
// Open PR with `subtree update` title to silence the `no-merges` triagebot check
|
||||||
// See https://github.com/rust-lang/rust/pull/114157
|
// See https://github.com/rust-lang/rust/pull/114157
|
||||||
" https://github.com/rust-lang/rust/compare/{github_user}:{branch}?quick_pull=1&labels=subtree-sync"
|
" https://github.com/rust-lang/rust/compare/{github_user}:{branch}?quick_pull=1&title=Miri+subtree+update"
|
||||||
);
|
);
|
||||||
|
|
||||||
drop(josh);
|
drop(josh);
|
||||||
|
@ -11,4 +11,4 @@ allow-unauthenticated = [
|
|||||||
[shortcut]
|
[shortcut]
|
||||||
|
|
||||||
[no-merges]
|
[no-merges]
|
||||||
exclude_labels = ["rollup", "subtree-sync"]
|
exclude_titles = ["Rollup of", "sync from rustc"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user