diff --git a/.github/workflows/auto_assign.yaml b/.github/workflows/outside_collaborator.yaml similarity index 91% rename from .github/workflows/auto_assign.yaml rename to .github/workflows/outside_collaborator.yaml index 3a471698f4371..a8913e38a4546 100644 --- a/.github/workflows/auto_assign.yaml +++ b/.github/workflows/outside_collaborator.yaml @@ -1,4 +1,4 @@ -name: PR Reviewer Auto Assignment +name: Outside Collaborator on: pull_request_target: @@ -16,7 +16,7 @@ jobs: permissions: pull-requests: write steps: - - name: Check if PR author is outside collaborator and assign reviewer + - name: Check if PR author is outside collaborator env: PR_AUTHOR_LOGIN: ${{ github.event.pull_request.user.login }} REPO_NAME: ${{ github.event.repository.full_name }}