diff --git a/.github/workflows/autoassign.yml b/.github/workflows/autoassign.yml index be0b7f4..1167631 100644 --- a/.github/workflows/autoassign.yml +++ b/.github/workflows/autoassign.yml @@ -1,6 +1,6 @@ name: Auto Assign -# pull_request_target (not pull_request) so assignment works on -# fork-submitted PRs; fork pull_request runs get a read-only token. +# pull_request_target (not pull_request) so auto-assign works on +# fork-submitted PRs; fork pull_request runs only get a read-only token. # Safe because this workflow never checks out or executes PR code. on: issues: @@ -14,8 +14,6 @@ permissions: jobs: auto-assign: - # Skip auto-assign for pull requests from forks due to GITHUB_TOKEN permission restrictions - if: github.event_name == 'issues' || github.event.pull_request.head.repo.full_name == github.repository uses: ApolloAutomation/Workflows/.github/workflows/autoassign.yml@main with: assignees: bharvey88