From 06eb23436f0217197d935ba09dba372dc9e3d3e6 Mon Sep 17 00:00:00 2001 From: MantisClone Date: Wed, 21 Jan 2026 13:10:44 -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: