From 1caa070bb4ce6bcb4414f45a6c3925b9d27d9ecd Mon Sep 17 00:00:00 2001 From: MantisClone Date: Wed, 21 Jan 2026 13:11:31 -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 3e95066..4747379 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: