Skip to content

Commit

Permalink
Qiskit-bot local configuration (#851)
Browse files Browse the repository at this point in the history
Part of #50 

This PR creates the `qiskit_bot.yaml` file to set a local configuration
for the qiskit-bot. The file only contains one rule of notifications.
The rest will be added in a follow-up.
  • Loading branch information
arnaucasau authored Feb 20, 2024
1 parent fd65c63 commit e6d8bf7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions qiskit_bot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
# 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:
"docs/start/index.mdx":
- "@javabster"
- "`@abbycross`"
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.

0 comments on commit e6d8bf7

Please sign in to comment.