Skip to content

Commit d1187f9

Browse files
authored
Turn off main (#994)
* turn off issue creation * disable dependabot * update docs to point users to dbt-adapters * update nightly release test branch * remove main from release branch tests
1 parent 9e6516a commit d1187f9

10 files changed

+11
-437
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

-84
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

+4-1
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-redshift/discussions
10+
url: https://github.com/dbt-labs/dbt-adapters/discussions
1111
about: Do you have a Big Idea for dbt-redshift? Read open discussions, or start a new one
12+
- name: Create an issue for dbt-redshift
13+
url: https://github.com/dbt-labs/dbt-adapters/issues/new/choose
14+
about: Report a bug or request a feature for dbt-redshift
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

-59
This file was deleted.

.github/ISSUE_TEMPLATE/regression-report.yml

-82
This file was deleted.

.github/dependabot.yml

-29
This file was deleted.

.github/pull_request_template.md

+1-33
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ defaults:
2727
shell: bash
2828

2929
env:
30-
RELEASE_BRANCH: "1.5.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

+1
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)