diff --git a/qiskit_bot.yaml b/qiskit_bot.yaml index 58f2e5a59c..c2c0895fbc 100644 --- a/qiskit_bot.yaml +++ b/qiskit_bot.yaml @@ -12,6 +12,7 @@ notifications: "docs/guides/addons": - "@beckykd" - "@jenglick" + - "@pandasa123" "docs/guides/ai-transpiler-passes": - "@cbjuan" - "@d-kremer" @@ -305,3 +306,53 @@ notifications: - "@abbycross" "docs/guides/noise-learning": - "@kaelynj" + "docs/guides/algorithmiq-tem": + - "@kaelynj" + - "@abbycross" + - "@pandasa123" + - "@fpietra" + - "@panadestein" + - "@matteoacrossi" + "docs/guides/functions": + - "@kaelynj" + - "@abbycross" + - "@pandasa123" + - "@jenglick" + - "@garrison" + "docs/guides/ibm-circuit-function": + - "@kaelynj" + - "@abbycross" + - "@pandasa123" + - "@jenglick" + - "@garrison" + "docs/guides/q-ctrl-optimization-solver": + - "@kaelynj" + - "@abbycross" + - "@pandasa123" + - "@jrowenwu" + - "@dcanuto" + - "@ThomasMerkh" + - "@alexshih" + "docs/guides/q-ctrl-performance-management": + - "@kaelynj" + - "@abbycross" + - "@pandasa123" + - "@jrowenwu" + - "@dcanuto" + - "@ThomasMerkh" + - "@alexshih" + "docs/guides/qedma-qesem": + - "@kaelynj" + - "@abbycross" + - "@pandasa123" + - "@GilQedma" + - "@avieli" + - "@eranfuchs" + - "@assafb" + "docs/guides/qunasys-quri-chemistry": + - "@kaelynj" + - "@abbycross" + - "@pandasa123" + - "@imai-quantum" + - "@rykojima" + - "@dchung0741" diff --git a/scripts/js/commands/checkQiskitBotFiles.ts b/scripts/js/commands/checkQiskitBotFiles.ts index c42467b0c5..ae7e6e72f4 100644 --- a/scripts/js/commands/checkQiskitBotFiles.ts +++ b/scripts/js/commands/checkQiskitBotFiles.ts @@ -43,15 +43,6 @@ const ALLOWED_OWNERLESS_FILES = new Set([ "docs/migration-guides/qiskit-1.0", "docs/migration-guides/qiskit-1.0-features", "docs/migration-guides/qiskit-1.0-installation", - // TODO: add these to qiskit_bot.yaml once we confirm the stakeholders. - "docs/guides/algorithmiq-tem", - "docs/guides/functions", - "docs/guides/ibm-circuit-function", - "docs/guides/q-ctrl-optimization-solver", - "docs/guides/q-ctrl-performance-management", - "docs/guides/q-ctrl-performance-management", - "docs/guides/qedma-qesem", - "docs/guides/qunasys-quri-chemistry", ]); const ALLOWED_NONEXISTENT_FILES: Set = new Set([]);