[Python-checkins] Remove pr trigger from project-updater GHA. (#94483)

ezio-melotti webhook-mailer at python.org
Fri Jul 1 07:06:14 EDT 2022


https://github.com/python/cpython/commit/022800253f254ba681a9f1093501a9fd1c15bed7
commit: 022800253f254ba681a9f1093501a9fd1c15bed7
branch: main
author: Ezio Melotti <ezio.melotti at gmail.com>
committer: ezio-melotti <ezio.melotti at gmail.com>
date: 2022-07-01T13:06:09+02:00
summary:

Remove pr trigger from project-updater GHA. (#94483)

files:
M .github/workflows/project-updater.yml

diff --git a/.github/workflows/project-updater.yml b/.github/workflows/project-updater.yml
index 4231b03870d6e..716ed7841feae 100644
--- a/.github/workflows/project-updater.yml
+++ b/.github/workflows/project-updater.yml
@@ -5,10 +5,6 @@ on:
     types:
       - opened
       - labeled
-  pull_request:
-    types:
-      - opened
-      - labeled
 
 jobs:
   add-to-project:



More information about the Python-checkins mailing list