Skip to content

Commit

Permalink
add code owners (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-imamichi committed Nov 27, 2023
1 parent 1bccd2f commit 7991f7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# least one codeowner. However, all Qiskit team members can (and should!) review the PRs.

# Global rule, unless specialized by a later one
* @stefan-woerner @woodsp-ibm @t-imamichi
* @stefan-woerner @woodsp-ibm @t-imamichi @dthuerck @Sofranac-Boro

4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ concurrency:

jobs:
docs_publish:
if: ${{ startsWith(github.ref, 'refs/heads/stable') && contains('["t-imamichi","mtreinish","stefan-woerner","woodsp-ibm"]', github.actor) }}
if: ${{ startsWith(github.ref, 'refs/heads/stable') && contains('["t-imamichi","mtreinish","stefan-woerner","woodsp-ibm","dthuerck","Sofranac-Boro"]', github.actor) }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
tools/deploy_documentation.sh
shell: bash
deploy-translatable-strings:
if: ${{ startsWith(github.ref, 'refs/heads/stable') && contains('["t-imamichi","mtreinish","stefan-woerner","woodsp-ibm"]', github.actor) }}
if: ${{ startsWith(github.ref, 'refs/heads/stable') && contains('["t-imamichi","mtreinish","stefan-woerner","woodsp-ibm","dthuerck","Sofranac-Boro"]', github.actor) }}
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 7991f7f

Please sign in to comment.