Skip to content

Commit

Permalink
Remove auto assign from name of workflow (#1862)
Browse files Browse the repository at this point in the history
b/261052420
  • Loading branch information
oxve committed Oct 30, 2023
1 parent f64375a commit 1e2256a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PR Reviewer Auto Assignment
name: Outside Collaborator

on:
pull_request_target:
Expand All @@ -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 }}
Expand Down

0 comments on commit 1e2256a

Please sign in to comment.