Skip to content

Commit

Permalink
Turn off Qiskit Bot notifications for code owners (Qiskit#9931)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano authored May 9, 2023
1 parent b6fdb19 commit 941e1d7
Showing 1 changed file with 26 additions and 23 deletions.
49 changes: 26 additions & 23 deletions qiskit_bot.yaml
Original file line number Diff line number Diff line change
@@ -1,43 +1,46 @@
---
# 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.
notifications:
".*":
- "@Qiskit/terra-core"
- "`@Qiskit/terra-core`"
"visualization/pulse_v2":
- "@nkanazawa1989"
- "`@nkanazawa1989`"
"visualization/timeline":
- "@nkanazawa1989"
- "`@nkanazawa1989`"
"pulse":
- "@nkanazawa1989"
- "`@nkanazawa1989`"
"scheduler":
- "@nkanazawa1989"
- "`@nkanazawa1989`"
"qpy":
- "@mtreinish"
- "@nkanazawa1989"
- "`@mtreinish`"
- "`@nkanazawa1989`"
"two_qubit_decompose":
- "@levbishop"
- "`@levbishop`"
"quantum_info":
- "@ikkoham"
- "`@ikkoham`"
"utils/run_circuits":
- "@woodsp-ibm"
- "`@woodsp-ibm`"
"utils/quantum_instance":
- "@woodsp-ibm"
- "`@woodsp-ibm`"
"opflow":
- "@woodsp-ibm"
- "@Cryoris"
- "`@woodsp-ibm`"
- "`@Cryoris`"
"algorithms":
- "@ElePT"
- "@woodsp-ibm"
- "`@ElePT`"
- "`@woodsp-ibm`"
"circuit/library":
- "@Cryoris"
- "@ajavadia"
- "`@Cryoris`"
- "`@ajavadia`"
"primitives":
- "@ikkoham"
- "@t-imamichi"
- "@ajavadia"
- "@levbishop"
- "`@ikkoham`"
- "`@t-imamichi`"
- "`@ajavadia`"
- "`@levbishop`"
".*\\.rs$|^Cargo":
- "@mtreinish"
- "@kevinhartman"
- "`@mtreinish`"
- "`@kevinhartman`"
- "@Eric-Arellano"
"(?!.*pulse.*)\\bvisualization\\b":
- "@enavarro51"
Expand Down

0 comments on commit 941e1d7

Please sign in to comment.