From a59ba000c02da1989a073834d1487916b5f7c67f Mon Sep 17 00:00:00 2001 From: Minh141120 Date: Wed, 22 Jan 2025 21:17:38 +0700 Subject: [PATCH] chore: ignore external contributors --- .github/workflows/auto-assign-author.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/auto-assign-author.yml b/.github/workflows/auto-assign-author.yml index 0e861df00..13c93c717 100644 --- a/.github/workflows/auto-assign-author.yml +++ b/.github/workflows/auto-assign-author.yml @@ -6,6 +6,7 @@ on: jobs: assign-author: runs-on: ubuntu-latest + if: ${{ github.event.pull_request.head.repo.full_name == github.repository }} permissions: pull-requests: write steps: