From d437fb531021f12ff3b5a5933c26177d66480d57 Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Mon, 16 Oct 2023 17:01:17 +0200 Subject: [PATCH] Only run `add-to-project` action on issues PRs from forks are triggered from that fork which means that they don't have access to the necessary token causing them to fail for the first commit. --- .github/workflows/add-to-project.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index f0414d7..a51b8ce 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -4,9 +4,6 @@ on: issues: types: - opened - pull_request: - types: - - opened jobs: add-to-project: