Skip to content

Commit

Permalink
Update localazy_download.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy committed Nov 13, 2023
1 parent 39ea294 commit 0d67a8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/localazy_download.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:

- name: Approve if no en_EN changes
run: |
REVIEWERS=$(gh pr view "$PR_NUMBER" --json reviewRequests -q '[.reviewRequests[] | select(.__typename | contains("User")).login] | join(",")')
gh pr edit --remove-reviewer "$REVIEWERS" "$PR_NUMBER"
# REVIEWERS=$(gh pr view "$PR_NUMBER" --json reviewRequests -q '[.reviewRequests[] | select(.__typename | contains("User")).login] | join(",")')
# gh pr edit --remove-reviewer "$REVIEWERS" "$PR_NUMBER"
gh pr review --approve "$PR_NUMBER"
if: |
steps.cpr.outputs.pull-request-operation == 'created' &&
Expand Down

0 comments on commit 0d67a8c

Please sign in to comment.