Skip to content

Commit

Permalink
Remove check for non-existant maintainers file
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Nied <[email protected]>
  • Loading branch information
peternied committed Oct 17, 2023
1 parent afe18b5 commit dc7b1ba
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@ outputs:
runs:
using: "composite"
steps:
- run: |
if [[ ! -e ${{ inputs.maintainers-file }} ]]; then
echo "::error::Error: ${{ inputs.maintainers-file }} does not exist."
exit 1
fi
shell: bash
- run: |
reviewers=$(curl -s -H "Authorization: token ${{ inputs.token }}" \
"https://api.github.com/repos/$GITHUB_REPOSITORY/pulls/${{ github.event.pull_request.number }}/reviews")
Expand Down

0 comments on commit dc7b1ba

Please sign in to comment.