From 4a1e66f6734ce8e6be587edde0ce319f1e321e15 Mon Sep 17 00:00:00 2001 From: Octokit Bot Date: Mon, 9 Jan 2023 16:13:17 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20Workflows=20have=20changed=20(#4?= =?UTF-8?q?93)?= 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 19732aa73..6381aa5b8 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]