From 839b34c233a5fbdd01f34ef089eb559af2625dc7 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Fri, 20 Sep 2024 08:44:33 -0400 Subject: [PATCH] Remove qiskit-bot notification rule for rust changes (#13198) 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) --- qiskit_bot.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/qiskit_bot.yaml b/qiskit_bot.yaml index edff5997c8f..9bf7e320afe 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/":