From aa53e3e44a17d877e0f538e527dca55303eff22e Mon Sep 17 00:00:00 2001 From: Octokit Bot Date: Mon, 9 Jan 2023 16:08:26 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20Workflows=20have=20changed=20(#2?= =?UTF-8?q?52)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates for workflows --- .github/workflows/add_to_octokit_project.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/add_to_octokit_project.yml b/.github/workflows/add_to_octokit_project.yml index 19732aa7..6381aa5b 100644 --- a/.github/workflows/add_to_octokit_project.yml +++ b/.github/workflows/add_to_octokit_project.yml @@ -3,8 +3,6 @@ name: Add PRs and issues to Octokit org project on: issues: types: [reopened, opened] - pull_request: - types: [reopened, opened] pull_request_target: types: [reopened, opened]