Skip to content

Commit

Permalink
Merge branch 'master' into experiment/githubeventnumber
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich authored Apr 16, 2024
2 parents 5a0fb86 + 82623b7 commit d045c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/review-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
echo "github.event.number is ${{ github.event.number }} and github.event.pull_request.number is ${{ github.event.pull_request.number }}"
echo "bodies=$(gh pr view ${{ github.event.pull_request.number }} --repo ${{ github.repository }} --json comments --jq '[.comments[].body]')" >> "$GITHUB_OUTPUT"
echo "reviews=$(gh api repos/${{ github.repository }}/pulls/${{ github.event.pull_request.number }}/reviews --jq '[.[].state]')" >> "$GITHUB_OUTPUT""
echo "reviews=$(gh api repos/${{ github.repository }}/pulls/${{ github.event.pull_request.number }}/reviews --jq '[.[].state]')" >> "$GITHUB_OUTPUT"
env:
GH_TOKEN: ${{ github.token }}
- name: Fail when author pushes new code
Expand Down

0 comments on commit d045c42

Please sign in to comment.