From fbf1db5c9eeeea2552cc20208b05614b578b79f3 Mon Sep 17 00:00:00 2001 From: Frank Harkins Date: Thu, 22 Feb 2024 12:09:04 +0000 Subject: [PATCH 1/5] Add names to Qiskit bot --- qiskit_bot.yaml | 238 +++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 223 insertions(+), 15 deletions(-) diff --git a/qiskit_bot.yaml b/qiskit_bot.yaml index 09748e62198..87b59e00074 100644 --- a/qiskit_bot.yaml +++ b/qiskit_bot.yaml @@ -1,30 +1,238 @@ --- -# We use quotes around users who don`t want a GitHub notification, -# but whom we still want their name in the Qiskit Bot message so -# people know they are relevant. +always_notify: true +notification_prelude: | + Thanks for contributing to Qiskit documentation! + + Before your PR can be merged, it will first need to pass continuous + integration tests and be reviewed. Sometimes the review process can be slow, + so please be patient. + +# We use backticks around users who don`t want a GitHub notification, but whom +# we still want their name in the Qiskit Bot message so people know they are +# relevant. notifications: + # start "docs/start/index": - "@javabster" - - "`@abbycross`" + - "@abbycross" "docs/start/install": - "@javabster" - - "`@abbycross`" - - "`@beckykd`" + - "@abbycross" + - "@beckykd" - "`@mtreinish`" "docs/start/setup-channel": - "@javabster" - - "`@abbycross`" - - "`@beckykd`" + - "@abbycross" + - "@beckykd" "docs/start/hello-world": - "@javabster" "docs/start/configure-qiskit-local": - "`@mtreinish`" + - "@frankharkins" "docs/start/install-qiskit-source": - "`@mtreinish`" -always_notify: true -notification_prelude: | - Thanks for contributing to Qiskit documentation! - - Before your PR can be merged, it will first need to pass continuous - integration tests and be reviewed. Sometimes the review process can be slow, - so please be patient. + - "`@jakelishman`" + - "@beckykd" + # build + "docs/build/index": + - "@javabster" + - "@abbycross" + - "@beckykd" + "docs/build/circuit-library": + - "@Cryoris" + - "@frankharkins" + "docs/build/circuit-construction": + - "@frankharkins" + "docs/build/circuit-visualization": + - "@frankharkins" + "docs/build/classical-feedforward-and-control-flow": + - "`@kevinsung`" + - "`@jakelishman`" + "docs/build/unitary-synthesis": + - "@Cryoris" + "docs/build/qubit-order": + - "`@jakelishman`" + - "@frankharkins" + "docs/build/specify-observables-pauli": + - "@Cryoris" + "docs/build/operators_overview": + - "`@mtreinish`" + "docs/build/pulse": + - "`@nkanazawa1989`" + - "@abbycross" + "docs/build/introduction-to-qasm": + - "`@jakelishman`" + - "@taalexander" + - "@abbycross" + "docs/build/interoperate-qiskit-qasm2": + - "`@jakelishman`" + - "@taalexander" + - "@abbycross" + "docs/build/interoperate-qiskit-qasm3": + - "`@jakelishman`" + - "@taalexander" + - "@abbycross" + "docs/build/qasm-feature-table": + - "@taalexander" + - "`@kitbarton`" + - "`@jakelishman`" + # transpile + "docs/transpile/index": + - "@kaelynj" + - "@abbycross" + - "@beckykd" + - "`@kevinsung`" + - "@javabster" + "docs/transpile/transpiler-stages": + - "@kaelynj" + - "`@mtreinish`" + "docs/transpile/transpile-with-pass-managers": + - "`@kevinsung`" + - "`@nbronn`" + - "@abbycross" + - "@beckykd" + - "`@mtreinish`" + "docs/transpile/dynamical-decoupling-pass-manager": + - "`@kevinsung`" + - "`@nbronn`" + - "`@mtreinish`" + "docs/transpile/custom-transpiler-pass": + - "`@nbronn`" + - "@beckykd" + - "`@mtreinish`" + "docs/transpile/defaults-and-configuration-options": + - "`@nbronn`" + - "@beckykd" + - "`@mtreinish`" + "docs/transpile/set-optimization": + - "`@nbronn`" + - "@beckykd" + - "`@mtreinish`" + "docs/transpile/representing_quantum_computers": + - "`@nbronn`" + - "@beckykd" + - "`@mtreinish`" + "docs/transpile/common-parameters": + - "`@nbronn`" + - "@beckykd" + - "`@mtreinish`" + "docs/transpile/qiskit-transpiler-service": + - "@cbjuan" + - "@abbycross" + - "@beckykd" + "docs/transpile/ai-transpiler-passes": + - "@cbjuan" + - "@abbycross" + - "@beckykd" + # verify + "docs/verify/index": + - "`@kevinsung`" + - "@abbycross" + - "@javabster" + "docs/verify/simulate-with-qiskit-primitives": + - "`@kevinsung`" + "docs/verify/simulate-with-qiskit-aer": + - "`@kevinsung`" + "docs/verify/building_noise_models": + - "`@kevinsung`" + "docs/verify/stabilizer-circuit-simulation": + - "`@kevinsung`" + "docs/verify/cloud-based-simulators": + - "@abbycross" + - "@beckykd" + # run + "docs/run/index" + - "@javabster" + - "@abbycross" + - "`@lerongil`" + "docs/run/primitives": + - "@ElePT" + "docs/run/primitives-get-started": + - "@ElePT" + - "@jyu00" + "docs/run/primitives-examples": + - "@jyu00" + - "@beckykd" + - "@abbycross" + - "`@blakejohnson`" + "docs/run/configure-error-mitigation": + - "@jyu00" + - "@beckykd" + - "@abbycross" + - "`@blakejohnson`" + "docs/run/advanced-runtime-options": + - "@jyu00" + - "@beckykd" + - "@abbycross" + - "`@blakejohnson`" + "docs/run/sessions": + - "@jyu00" + - "@beckykd" + "docs/run/run-jobs-in-session": + - "@jyu00" + - "@beckykd" + "docs/run/run-jobs-batch": + - "@jyu00" + - "@beckykd" + "docs/run/monitor-job": + - "@jyu00" + - "@beckykd" + "docs/run/estimate-job-run-time": + - "@jyu00" + - "@beckykd" + "docs/run/minimize-time": + - "@jyu00" + - "@beckykd" + "docs/run/max-execution-time": + - "@jyu00" + - "@beckykd" + "docs/run/quantum-serverless": + - "@jenglick" + "docs/run/processor-types": + - "`@lerongil`" + - "@abbycross" + "docs/run/system-information": + - "`@lerongil`" + - "@abbycross" + "docs/run/get-backend-information": + - "@frankharkins" + - "@abbycross" + - "`@mtreinish`" + "docs/run/retired-systems": + - "@abbycross" + - "`@lerongil`" + "docs/run/dynamic-circuits-considerations": + - "`@kevinsung`" + - "@taalexander" + - "`@kitbarton`" + "docs/run/instances": + - "`@lerongil`" + - "@jyu00" + - "@beckykd" + "docs/run/fair-share-queue": + - "`@lerongil`" + - "@jyu00" + - "@beckykd" + "docs/run/manage-cost": + - "`@lerongil`" + - "@jyu00" + - "@beckykd" + "docs/run/reserve-system-time": + - "`@lerongil`" + - "@jyu00" + - "@beckykd" + # migration-guides + "docs/migration-guides/index": + - "@javabster" + "docs/migration-guides/qiskit-runtime": + - "@jyu00" + - "@ElePT" + "docs/migration-guides/qiskit-runtime-examples": + - "@jyu00" + - "@ElePT" + "docs/migration-guides/qiskit-quantum-instance": + - "@ElePT" + "docs/migration-guides/qiskit-algorithms-module": + - "@ElePT" + "docs/migration-guides/qiskit-opflow-module": + - "@ElePT" From 8f013a27f2d0b461be781579f87aed0e7b7e15b9 Mon Sep 17 00:00:00 2001 From: Frank Harkins Date: Thu, 22 Feb 2024 13:09:33 +0000 Subject: [PATCH 2/5] Add final contact --- qiskit_bot.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qiskit_bot.yaml b/qiskit_bot.yaml index 87b59e00074..cab1a1e4c68 100644 --- a/qiskit_bot.yaml +++ b/qiskit_bot.yaml @@ -118,10 +118,12 @@ notifications: - "`@mtreinish`" "docs/transpile/qiskit-transpiler-service": - "@cbjuan" + - "@d-kremer" - "@abbycross" - "@beckykd" "docs/transpile/ai-transpiler-passes": - "@cbjuan" + - "@d-kremer" - "@abbycross" - "@beckykd" # verify From 4e123e5387f87ac997b16028b20d3d849b884606 Mon Sep 17 00:00:00 2001 From: Frank Harkins Date: Thu, 22 Feb 2024 13:15:00 +0000 Subject: [PATCH 3/5] Typo --- qiskit_bot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qiskit_bot.yaml b/qiskit_bot.yaml index cab1a1e4c68..7a280c31c35 100644 --- a/qiskit_bot.yaml +++ b/qiskit_bot.yaml @@ -143,7 +143,7 @@ notifications: - "@abbycross" - "@beckykd" # run - "docs/run/index" + "docs/run/index": - "@javabster" - "@abbycross" - "`@lerongil`" From 2f77b783dedff965a6cbfc1874a014d0948aca1e Mon Sep 17 00:00:00 2001 From: Frank Harkins Date: Thu, 22 Feb 2024 13:16:02 +0000 Subject: [PATCH 4/5] Emojify Co-authored-by: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com> --- qiskit_bot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qiskit_bot.yaml b/qiskit_bot.yaml index 7a280c31c35..4a7d583f174 100644 --- a/qiskit_bot.yaml +++ b/qiskit_bot.yaml @@ -5,7 +5,7 @@ notification_prelude: | Before your PR can be merged, it will first need to pass continuous integration tests and be reviewed. Sometimes the review process can be slow, - so please be patient. + so please be patient. Thanks! 🙌 # We use backticks around users who don`t want a GitHub notification, but whom # we still want their name in the Qiskit Bot message so people know they are From 708c3dd7635a7675eea5123e1531a67927742d5e Mon Sep 17 00:00:00 2001 From: Frank Harkins Date: Thu, 22 Feb 2024 14:52:59 +0000 Subject: [PATCH 5/5] Fix line breaks Co-authored-by: Arnau Casau <47946624+arnaucasau@users.noreply.github.com> --- qiskit_bot.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/qiskit_bot.yaml b/qiskit_bot.yaml index 4a7d583f174..bb9a7568fcb 100644 --- a/qiskit_bot.yaml +++ b/qiskit_bot.yaml @@ -3,9 +3,7 @@ always_notify: true notification_prelude: | Thanks for contributing to Qiskit documentation! - Before your PR can be merged, it will first need to pass continuous - integration tests and be reviewed. Sometimes the review process can be slow, - so please be patient. Thanks! 🙌 + Before your PR can be merged, it will first need to pass continuous integration tests and be reviewed. Sometimes the review process can be slow, so please be patient. Thanks! 🙌 # We use backticks around users who don`t want a GitHub notification, but whom # we still want their name in the Qiskit Bot message so people know they are