Skip to content

Commit 0edc2de

Browse files
chore: remove issue templates. we do not need automerger right now and bump release to tfm 0.13. skip
1 parent 56099c3 commit 0edc2de

File tree

5 files changed

+2
-84
lines changed

5 files changed

+2
-84
lines changed

.github/ISSUE_TEMPLATE/Bug_report.md

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

.github/ISSUE_TEMPLATE/Feature_request.md

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

.github/ISSUE_TEMPLATE/Support_question.md

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

.github/workflows/automerge.yaml

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

.github/workflows/release.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
env:
88
WITH_V: true
99
DEFAULT_BUMP: patch
10-
INITIAL_VERSION: 0.12.0
11-
TERRAFORM_VERSION: 0.12
10+
INITIAL_VERSION: 0.13.0
11+
TERRAFORM_VERSION: 0.13
1212

1313
jobs:
1414
build:
@@ -17,8 +17,6 @@ jobs:
1717
if: "!contains(github.event.head_commit.message, 'skip')"
1818
steps:
1919
- uses: actions/checkout@master
20-
with:
21-
fetch-depth: '10'
2220

2321
- name: register values
2422
id: register

0 commit comments

Comments
 (0)