diff --git a/.github/workflows/docs-issue.yml b/.github/workflows/docs-issue.yml index 2a7584a3100..b518b118d2e 100644 --- a/.github/workflows/docs-issue.yml +++ b/.github/workflows/docs-issue.yml @@ -32,6 +32,5 @@ jobs: with: issue_repository: "dbt-labs/docs.getdbt.com" issue_title: "Docs Changes Needed from ${{ github.event.repository.name }} PR #${{ github.event.pull_request.number }}" - issue_labels: "content,improvement,dbt Core" issue_body: "At a minimum, update body to include a link to the page on docs.getdbt.com requiring updates and what part(s) of the page you would like to see updated." secrets: inherit