From bec015588b6912b2245cd3ffb97e086e1d321465 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 18:10:58 +0000 Subject: [PATCH] Remove qiskit-bot notification rule for rust changes (#13198) (#13201) We previously had a qiskit-bot notification trigger for changes to the rust source or cargo configuration that would list myself and `@kevinhartman` as the relevant reviewers. While this is still true, as Qiskit is now >16% Rust (by lines of code, excluding tests) and that ratio will only grow over time, the two of us are hardly the only people worth calling out specifically as reviewers of rust code. Instead of expanding the list to include the entirety of the terra-core team individually this just removes the custom notification rule and opts to fallback to the default terra-core entry. (cherry picked from commit 597f2b2d4903b5982b43e3e864fd91e4a916f829) Co-authored-by: Matthew Treinish --- qiskit_bot.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/qiskit_bot.yaml b/qiskit_bot.yaml index edff5997c8fe..9bf7e320afeb 100644 --- a/qiskit_bot.yaml +++ b/qiskit_bot.yaml @@ -25,9 +25,6 @@ notifications: - "`@t-imamichi`" - "`@ajavadia`" - "`@levbishop`" - ".*\\.rs$|^Cargo": - - "`@mtreinish`" - - "`@kevinhartman`" "(?!.*pulse.*)\\bvisualization\\b": - "@enavarro51" "^docs/":