Add stakeholders to qiskit bot (#1956)

Still awaiting final go-ahead that these are the right IDs and that all
of them should be notified from Johannes.

---------

Co-authored-by: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com>
This commit is contained in:
Rebecca Dimock 2024-09-17 09:31:50 -05:00 committed by GitHub
parent 1e05285ca3
commit e34d431d7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 51 additions and 9 deletions

View File

@ -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"

View File

@ -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<string> = new Set([]);