From 98545e38322854cc1b0fd6d0ca7f86b549671fbc Mon Sep 17 00:00:00 2001 From: Dan Yishai Date: Wed, 24 Jul 2024 17:26:03 +0300 Subject: [PATCH] Changed OPAL+ sync workflow --- .github/workflows/sync_opal_plus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync_opal_plus.yml b/.github/workflows/sync_opal_plus.yml index 80e7a0f8..f7e79e42 100644 --- a/.github/workflows/sync_opal_plus.yml +++ b/.github/workflows/sync_opal_plus.yml @@ -54,6 +54,6 @@ jobs: - name: Create Pull Request for opal-plus working-directory: opal-plus run: | - gh pr create --repo permitio/opal-plus --reviewer "$GITHUB_ACTOR" --base master --head public-master --title "Sync changes from public OPAL repository" --body "This PR synchronizes changes from the public OPAL repository to the private OPAL Plus repository." + gh pr create --repo permitio/opal-plus --assignee "$GITHUB_ACTOR" --reviewer "$GITHUB_ACTOR" --base master --head public-master --title "Sync changes from public OPAL repository" --body "This PR synchronizes changes from the public OPAL repository to the private OPAL Plus repository." env: GITHUB_TOKEN: ${{ steps.get_workflow_token.outputs.token }}