Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 3bf70a2

Browse files
authored
Turn off main (#1472)
* turn off issue creation * turn off dependabot * point users to dbt-adapters in the docs and PR template * update the nightly release branch * exclude main from release branch tests
1 parent a219818 commit 3bf70a2

File tree

10 files changed

+12
-432
lines changed

10 files changed

+12
-432
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 0 additions & 84 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ contact_links:
77
url: mailto:[email protected]
88
about: Are you using dbt Cloud? Contact our support team for help!
99
- name: Participate in Discussions
10-
url: https://github.com/dbt-labs/dbt-bigquery/discussions
11-
about: Do you have a Big Idea for dbt-bigquery? Read open discussions, or start a new one
10+
url: https://github.com/dbt-labs/dbt-adapters/discussions
11+
about: Do you have a Big Idea for dbt-snowflake? Read open discussions, or start a new one
12+
- name: Create an issue for dbt-bigquery
13+
url: https://github.com/dbt-labs/dbt-adapters/issues/new/choose
14+
about: Report a bug or request a feature for dbt-snowflake
1215
- name: Create an issue for dbt-core
1316
url: https://github.com/dbt-labs/dbt-core/issues/new/choose
1417
about: Report a bug or request a feature for dbt-core

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 0 additions & 59 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/regression-report.yml

Lines changed: 0 additions & 82 deletions
This file was deleted.

.github/dependabot.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/pull_request_template.md

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,3 @@
1-
resolves #
2-
[docs](https://github.com/dbt-labs/docs.getdbt.com/issues/new/choose) dbt-labs/docs.getdbt.com/#
3-
41
<!---
5-
Include the number of the issue addressed by this PR above if applicable.
6-
PRs for code changes without an associated issue *will not be merged*.
7-
See CONTRIBUTING.md for more information.
8-
9-
Include the number of the docs issue that was opened for this PR. If
10-
this change has no user-facing implications, "N/A" suffices instead. New
11-
docs tickets can be created by clicking the link above or by going to
12-
https://github.com/dbt-labs/docs.getdbt.com/issues/new/choose.
2+
This repository has moved into [dbt-labs/dbt-adapters](https://www.github.com/dbt-labs/dbt-adapters).
133
-->
14-
15-
### Problem
16-
17-
<!---
18-
Describe the problem this PR is solving. What is the application state
19-
before this PR is merged?
20-
-->
21-
22-
### Solution
23-
24-
<!---
25-
Describe the way this PR solves the above problem. Add as much detail as you
26-
can to help reviewers understand your changes. Include any alternatives and
27-
tradeoffs you considered.
28-
-->
29-
30-
### Checklist
31-
32-
- [ ] I have read [the contributing guide](https://github.com/dbt-labs/dbt-core/blob/main/CONTRIBUTING.md) and understand what's expected of me
33-
- [ ] I have run this code in development and it appears to resolve the stated issue
34-
- [ ] This PR includes tests, or tests are not required/relevant for this PR
35-
- [ ] This PR has no interface changes (e.g. macros, cli, logs, json artifacts, config files, adapter interface, etc) or this PR has already received feedback and approval from Product or DX

.github/workflows/nightly-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ defaults:
2727
shell: bash
2828

2929
env:
30-
RELEASE_BRANCH: "1.6.latest" # must test against most recent .latest branch to have parity for dependency with core
30+
RELEASE_BRANCH: "1.9.latest" # must test against most recent .latest branch to have parity for dependency with core
3131

3232
jobs:
3333
aggregate-release-data:

.github/workflows/release-branch-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ jobs:
2828
uses: dbt-labs/actions/.github/workflows/release-branch-tests.yml@main
2929
with:
3030
workflows_to_run: '["main.yml", "integration.yml"]'
31+
include_main: false
3132
secrets: inherit

0 commit comments

Comments
 (0)