From eda9f911e2de8e0610a0193a2169b71008a09dea Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 21 Aug 2024 17:12:33 +0200 Subject: [PATCH] Update publication workflow --- .github/workflows/pr-to-publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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."