diff --git a/action.yml b/action.yml index 3993c9e..7e34520 100644 --- a/action.yml +++ b/action.yml @@ -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")