Skip to content

Commit

Permalink
refactor: multiline + reviewer
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanouil committed Jul 5, 2024
1 parent 421539a commit 8a97585
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/quarto-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,12 @@ jobs:
- name: Create Pull Request
shell: bash
run: |
gh pr create --fill-first --base "main" --head "${{ env.BRANCH }}" --label "Type: CI/CD :robot:"
gh pr create \
--fill-first \
--base "main" \
--head "${{ env.BRANCH }}" \
--label "Type: CI/CD :robot:" \
--reviewer "${{ github.repository_owner }}"
- name: Merge Pull Request
if: false
Expand Down

0 comments on commit 8a97585

Please sign in to comment.