-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Expand file tree
/
Copy pathqiskit_bot.yaml
More file actions
31 lines (30 loc) · 844 Bytes
/
qiskit_bot.yaml
File metadata and controls
31 lines (30 loc) · 844 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
# 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`"
"qpy":
- "`@mtreinish`"
"two_qubit_decompose":
- "`@levbishop`"
"circuit/library":
- "`@Cryoris`"
- "`@ajavadia`"
"primitives":
- "`@t-imamichi`"
- "`@ajavadia`"
- "`@levbishop`"
"visualization":
- "@enavarro51"
always_notify: true
# Set the headings in the GitHub Releases release notes.
categories:
"Changelog: Added": "Added"
"Changelog: Fixed": "Fixed"
"Changelog: Changed": "Changed"
"Changelog: Deprecated": "Deprecated"
"Changelog: Removed": "Removed"
"Changelog: Build": "Build System"
"Changelog: None": null