diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 1c1407381..a72f301df 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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 diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 9352a9d67..08e5c4130 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -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: @@ -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: