From 4bf2ae843647e3fd25d9ae1d54c3055a9e9c13e6 Mon Sep 17 00:00:00 2001 From: Stephan Date: Thu, 16 Dec 2021 12:47:47 +0100 Subject: [PATCH] fix --- .github/workflows/assign-to-project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/assign-to-project.yml b/.github/workflows/assign-to-project.yml index ca4827f..718e8b3 100644 --- a/.github/workflows/assign-to-project.yml +++ b/.github/workflows/assign-to-project.yml @@ -2,7 +2,7 @@ name: Auto Assign PRs to Project on: issues: types: [ opened ] - pull_requests: + pull_request: types: [ opened ] # github-script: https://github.com/actions/github-script