diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index ef26eae..f7502a0 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -2,16 +2,12 @@
Please include a summary of the changes and the related issue(s). Please also include relevant motivation and context.
-Fixes #
-
## Checklist
Please make sure that the following criteria are met:
- [ ] The PR title is descriptive.
-- [ ] For example stacks, I have included a descriptive `README.md` in the example project directory, which describes the stack and includes instructions to deploy or test.
-- [ ] For example stacks, add your stack to the website template library at `website/docs/template-library/..` which gets published to [stackql-deploy.io](https://stackql-deploy.io/docs/template-library) (optional)
-- [ ] I have ⭐'ed the [stackql](https://github.com/stackql/stackql) and [stackql-deploy](https://github.com/stackql/stackql-deploy) repos.
+- [ ] I have ⭐'ed the [stackql](https://github.com/stackql/stackql) and this repo.
## Additional Notes
diff --git a/.github/workflows/star-check.yml b/.github/workflows/star-check.yml
index efaaaf4..3efca3f 100644
--- a/.github/workflows/star-check.yml
+++ b/.github/workflows/star-check.yml
@@ -28,9 +28,9 @@ jobs:
test_query: |
SELECT repo, count(*) as has_starred
FROM github.activity.repo_stargazers
- WHERE owner = 'stackql' and repo in ('stackql', 'stackql-deploy') and login = '${{ env.username }}'
+ WHERE owner = 'stackql' and repo in ('stackql', 'stackql-provider-snowflake') and login = '${{ env.username }}'
GROUP BY repo;
- expected_results_str: '[{"has_starred":"1","repo":"stackql"},{"has_starred":"1","repo":"stackql-deploy"}]'
+ expected_results_str: '[{"has_starred":"1","repo":"stackql"},{"has_starred":"1","repo":"stackql-provider-snowflake"}]'
continue-on-error: true
- name: Check if starred
@@ -39,7 +39,7 @@ jobs:
if [ "${{ steps.check-star.outcome }}" = "success" ]; then
echo "::notice::Thanks for your support!"
else
- echo "::error::It seems you haven't starred the StackQL repositories. Please star the following repos before proceeding: https://github.com/stackql/stackql-deploy (this repo) and https://github.com/stackql/stackql (our core repo)"
+ echo "::error::It seems you haven't starred the StackQL repositories. Please star the following repos before proceeding: https://github.com/stackql/stackql-provider-snowflake (this repo) and https://github.com/stackql/stackql (our core repo)"
exit 1
fi
\ No newline at end of file
diff --git a/provider-dev/docgen/provider-data/headerContent1.txt b/provider-dev/docgen/provider-data/headerContent1.txt
index c67ed76..c408ab0 100644
--- a/provider-dev/docgen/provider-data/headerContent1.txt
+++ b/provider-dev/docgen/provider-data/headerContent1.txt
@@ -11,9 +11,6 @@ keywords:
description: Query, deploy and manage Snowflake resources using SQL
custom_edit_url: null
image: /img/providers/snowflake/stackql-snowflake-provider-featured-image.png
-id: snowflake-doc
-slug: /providers/snowflake
-
---
import CopyableCode from '@site/src/components/CopyableCode/CopyableCode';
diff --git a/provider-dev/docgen/provider-data/stackql-provider-registry.mdx b/provider-dev/docgen/provider-data/stackql-provider-registry.mdx
deleted file mode 100644
index 48883f0..0000000
--- a/provider-dev/docgen/provider-data/stackql-provider-registry.mdx
+++ /dev/null
@@ -1,20 +0,0 @@
----
-title: StackQL Provider Registry
-hide_title: true
-hide_table_of_contents: true
-keywords:
- - stackql
- - infrastructure-as-code
- - configuration-as-data
- - cloud inventory
-description: Query and Deploy Cloud Infrastructure and Resources using SQL
-custom_edit_url: null
-image: https://storage.googleapis.com/stackql-web-assets/blog/stackql-blog-post-featured-image.png
-slug: /
----
-import RegistryPage from '@site/src/shared/shared-stackql-provider-registry.mdx';
-
-