From 240214465e89917ac06ade9804958a315b7471d8 Mon Sep 17 00:00:00 2001 From: Faith Kangai Date: Mon, 3 Jun 2024 19:00:14 +0300 Subject: [PATCH] chore: Only run if PR is not from a forked context --- .github/workflows/project-auto-add.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/project-auto-add.yml b/.github/workflows/project-auto-add.yml index 00534c925a..a6ebb10d30 100644 --- a/.github/workflows/project-auto-add.yml +++ b/.github/workflows/project-auto-add.yml @@ -13,7 +13,7 @@ on: jobs: track_issue: - if: github.actor != 'dependabot[bot]' + if: github.actor != 'dependabot[bot]' && github.event.pull_request.head.repo.fork == false runs-on: ubuntu-latest steps: - name: Generate token