From b814e81a7ee5723ede1d154b4fc1e443cfd7d34a Mon Sep 17 00:00:00 2001 From: "Leona B. Campbell" <3880403+runleonarun@users.noreply.github.com> Date: Mon, 12 Dec 2022 13:15:22 -0800 Subject: [PATCH] Fixing action --- .github/workflows/add_pr_to_project.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/add_pr_to_project.yml b/.github/workflows/add_pr_to_project.yml index 1e7186c0f9f..ee7d2638896 100644 --- a/.github/workflows/add_pr_to_project.yml +++ b/.github/workflows/add_pr_to_project.yml @@ -1,9 +1,8 @@ name: Add to projects on: - pull_request: - types: - - labeled + pull_request_target: + types: [opened, reopened] jobs: add-to-project: @@ -14,5 +13,3 @@ jobs: with: project-url: https://github.com/orgs/dbt-labs/projects/14 github-token: ${{ secrets.DOCS_SECRET }} - labeled: content, developer blog, guides - label-operator: OR