From 45ee0222e5317d7b46f8057630855b9b5772e138 Mon Sep 17 00:00:00 2001 From: Ly Nguyen Date: Tue, 17 Sep 2024 13:59:41 -0700 Subject: [PATCH 1/4] Update template for docs issues --- .github/workflows/docs-issue.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docs-issue.yml b/.github/workflows/docs-issue.yml index 3fd7168e279..92f851372b2 100644 --- a/.github/workflows/docs-issue.yml +++ b/.github/workflows/docs-issue.yml @@ -37,5 +37,6 @@ jobs: with: issue_repository: "dbt-labs/docs.getdbt.com" issue_title: "[Core] Docs Changes Needed from ${{ github.event.repository.name }} Issue #${{ github.event.issue.number }}" - 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." + 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.\nOriginating from this issue: https://github.com/dbt-labs/dbt-core/issues/${{ github.event.issue.number }}" + LABELS: dbt-core v1.9 secrets: inherit From 2e12c8ebbdf27aa4ea635df8a38550df6090c839 Mon Sep 17 00:00:00 2001 From: Ly Nguyen <107218380+nghi-ly@users.noreply.github.com> Date: Tue, 17 Sep 2024 14:15:40 -0700 Subject: [PATCH 2/4] Update .github/workflows/docs-issue.yml --- .github/workflows/docs-issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs-issue.yml b/.github/workflows/docs-issue.yml index 92f851372b2..a9c968eba11 100644 --- a/.github/workflows/docs-issue.yml +++ b/.github/workflows/docs-issue.yml @@ -38,5 +38,5 @@ jobs: issue_repository: "dbt-labs/docs.getdbt.com" issue_title: "[Core] Docs Changes Needed from ${{ github.event.repository.name }} Issue #${{ github.event.issue.number }}" 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.\nOriginating from this issue: https://github.com/dbt-labs/dbt-core/issues/${{ github.event.issue.number }}" - LABELS: dbt-core v1.9 + label: 'dbt-core v1.9' secrets: inherit From bde4cbf4120bd5db81083f23f442175fac16b3fb Mon Sep 17 00:00:00 2001 From: Ly Nguyen <107218380+nghi-ly@users.noreply.github.com> Date: Tue, 17 Sep 2024 14:54:49 -0700 Subject: [PATCH 3/4] Update .github/workflows/docs-issue.yml --- .github/workflows/docs-issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs-issue.yml b/.github/workflows/docs-issue.yml index a9c968eba11..904ef24e095 100644 --- a/.github/workflows/docs-issue.yml +++ b/.github/workflows/docs-issue.yml @@ -37,6 +37,6 @@ jobs: with: issue_repository: "dbt-labs/docs.getdbt.com" issue_title: "[Core] Docs Changes Needed from ${{ github.event.repository.name }} Issue #${{ github.event.issue.number }}" - 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.\nOriginating from this issue: https://github.com/dbt-labs/dbt-core/issues/${{ github.event.issue.number }}" + 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.\n Originating from this issue: https://github.com/dbt-labs/dbt-core/issues/${{ github.event.issue.number }}" label: 'dbt-core v1.9' secrets: inherit From bab7ceeac6e0cadd39e235c1e8d17b0f8e17abfd Mon Sep 17 00:00:00 2001 From: Ly Nguyen <107218380+nghi-ly@users.noreply.github.com> Date: Wed, 18 Sep 2024 10:13:24 -0700 Subject: [PATCH 4/4] Update .github/workflows/docs-issue.yml --- .github/workflows/docs-issue.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/docs-issue.yml b/.github/workflows/docs-issue.yml index 904ef24e095..085e68d4d3b 100644 --- a/.github/workflows/docs-issue.yml +++ b/.github/workflows/docs-issue.yml @@ -38,5 +38,4 @@ jobs: issue_repository: "dbt-labs/docs.getdbt.com" issue_title: "[Core] Docs Changes Needed from ${{ github.event.repository.name }} Issue #${{ github.event.issue.number }}" 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.\n Originating from this issue: https://github.com/dbt-labs/dbt-core/issues/${{ github.event.issue.number }}" - label: 'dbt-core v1.9' secrets: inherit