Skip to content

Commit

Permalink
Fixing action
Browse files Browse the repository at this point in the history
  • Loading branch information
runleonarun authored Dec 12, 2022
1 parent d759c86 commit b814e81
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/add_pr_to_project.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Add to projects

on:
pull_request:
types:
- labeled
pull_request_target:
types: [opened, reopened]

jobs:
add-to-project:
Expand All @@ -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

0 comments on commit b814e81

Please sign in to comment.