Skip to content

Commit 65dd13e

Browse files
mergify[bot]adekusar-drlwoodsp-ibm
authored
Add new code owners (backport #722) (#776)
* Add new code owners (#722) * add STFC code owners * remove Stefan --------- Co-authored-by: Steve Wood <[email protected]> (cherry picked from commit 1e7dc7a) # Conflicts: # .github/workflows/deploy-docs.yml * Update deploy-docs.yml - fix conflict --------- Co-authored-by: Anton Dekusar <[email protected]> Co-authored-by: Steve Wood <[email protected]>
1 parent 59c03c4 commit 65dd13e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# least one codeowner. However, all Qiskit team members can (and should!) review the PRs.
44

55
# Global rule, unless specialized by a later one
6-
* @stefan-woerner @woodsp-ibm @adekusar-drl
6+
* @woodsp-ibm @adekusar-drl @smens @edoaltamura @oscar-wallis @OkuyanBoga @Benjamin-Symons
77

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This code is part of a Qiskit project.
22
#
3-
# (C) Copyright IBM 2021, 2023.
3+
# (C) Copyright IBM 2021, 2024.
44
#
55
# This code is licensed under the Apache License, Version 2.0. You may
66
# obtain a copy of this license in the LICENSE.txt file in the root directory
@@ -21,7 +21,7 @@ concurrency:
2121

2222
jobs:
2323
docs_publish:
24-
if: ${{ startsWith(github.ref, 'refs/heads/stable') && contains('[adekusar-drl","mtreinish","woodsp-ibm","smens","edoaltamura","oscar-wallis","OkuyanBoga","Benjamin-Symons"]', github.actor) }}
24+
if: ${{ startsWith(github.ref, 'refs/heads/stable') && contains('["adekusar-drl","mtreinish","woodsp-ibm","smens","edoaltamura","oscar-wallis","OkuyanBoga","Benjamin-Symons"]', github.actor) }}
2525
runs-on: ubuntu-latest
2626
strategy:
2727
matrix:

0 commit comments

Comments
 (0)