Skip to content

Commit

Permalink
Remove reviewers
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardozanini authored Nov 8, 2024
1 parent c23ac65 commit 029e269
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/osl_sync_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,4 @@ jobs:
> [!WARNING] \n \
> Please don't merge using squash, not to lose the git history.<br /><br />\
[View Action](${runUrl})"
if [[ -n "${{ vars.SYNC_REVIEWERS }}" ]]; then
reviewersOption="--reviewer ${{ vars.SYNC_REVIEWERS }}"
fi
gh pr create --title "${prTitle}" --body "${prBody}" --base main $reviewersOption
gh pr create --title "${prTitle}" --body "${prBody}" --base main

0 comments on commit 029e269

Please sign in to comment.