From 10bb1cbe6821131c18be2b98987cc0f92f77b9cb Mon Sep 17 00:00:00 2001 From: Jake Lishman Date: Sun, 5 Mar 2023 15:59:19 +0000 Subject: [PATCH] Add docs team to tag list for docs configuation changes (#9714) This adds the current docs team to the qiskit-bot configuration to get automatically tagged when changes to the `docs` folder are made. For the most part, this should just be about the documentation build itself, which is under their umbrella, rather than the text of the API docs which is largely generated from Terra's Python source code. Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- qiskit_bot.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qiskit_bot.yaml b/qiskit_bot.yaml index 499d338f9201..fbe6c051f71c 100644 --- a/qiskit_bot.yaml +++ b/qiskit_bot.yaml @@ -43,4 +43,8 @@ notifications: - "@kevinhartman" "(?!.*pulse.*)\\bvisualization\\b": - "@enavarro51" + "^docs/": + - "@javabster" + - "@HuangJunye" + - "@Eric-Arellano" always_notify: true