From 821a701aa39ae78af62c667f80b0362933c9c6e8 Mon Sep 17 00:00:00 2001 From: MantisClone Date: Wed, 21 Jan 2026 13:08:15 -0500 Subject: [PATCH] chore: remove pull_request trigger from auto-project workflow --- .github/workflows/auto-project.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/auto-project.yml b/.github/workflows/auto-project.yml index 3e95066cc..4747379b4 100644 --- a/.github/workflows/auto-project.yml +++ b/.github/workflows/auto-project.yml @@ -3,8 +3,6 @@ name: Auto Add to Project on: issues: types: [opened] - pull_request: - types: [opened] jobs: add-to-project: