diff --git a/.github/workflows/pr-to-publish.yml b/.github/workflows/pr-to-publish.yml index 62c013a0..3283d99d 100644 --- a/.github/workflows/pr-to-publish.yml +++ b/.github/workflows/pr-to-publish.yml @@ -22,6 +22,7 @@ jobs: - name: Create pull request run: | gh pr create --base publication --head main \ - --assignee shawna-slh \ + --assignee remibetin \ + --reviewer shawna-slh \ --title "WAI website update ${{ steps.date.outputs.date }}" \ --body "This is an automated pull request to publish ACT content to the WAI website."