Skip to content

Commit be6724d

Browse files
Merge pull request #8 from terraform-module/readme
chore: update readme. skip
2 parents ecbfdec + 2316ba8 commit be6724d

File tree

14 files changed

+59
-199
lines changed

14 files changed

+59
-199
lines changed

.chglog/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ style: github
22
template: CHANGELOG.tpl.md
33
info:
44
title: CHANGELOG
5-
repository_url: https://github.com/terraform-module/TODO
5+
repository_url: https://github.com/terraform-module/terraform-kubernetes-velero.git
66
options:
77
header:
88
pattern: "^(.*)$"
99
pattern_maps:
10-
- Subject
10+
- Subject

.github/CODE_OF_CONDUCT.md

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

.github/CONTRIBUTING.md

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

.github/FUNDING.yml

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

.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/SECURITY.md

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

.github/release-drafter.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Configuration for Release Drafter: https://github.com/toolmantim/release-drafter
2+
_extends: .github

.github/stale.yml

Lines changed: 2 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,2 @@
1-
---
2-
# Number of days of inactivity before an issue becomes stale
3-
daysUntilStale: 90
4-
5-
# Number of days of inactivity before an stale issue is closed
6-
daysUntilClose: 30
7-
8-
# Label to use when marking an issue as stale
9-
staleLabel: stale
10-
11-
issues:
12-
# Comment to post when marking an issue as stale.
13-
markComment: >
14-
This issue has been automatically marked as stale because it has not had
15-
recent activity. It will be closed if no further activity occurs. Thank you
16-
for your contributions.
17-
# Comment to post when closing a stale issue.
18-
closeComment: >
19-
This issue has been automatically closed because it has not had recent
20-
activity since being marked as stale.
21-
pulls:
22-
# Comment to post when marking a PR as stale.
23-
markComment: >
24-
This PR has been automatically marked as stale because it has not had
25-
recent activity. It will be closed if no further activity occurs. Thank you
26-
for your contributions.
27-
To track this PR (even if closed), please open a corresponding issue if one
28-
does not already exist.
29-
# Comment to post when closing a stale PR.
30-
closeComment: >
31-
This PR has been automatically closed because it has not had recent
32-
activity since being marked as stale.
33-
Please reopen when work resumes.
1+
# Configuration for https://github.com/probot/stale
2+
_extends: .github

0 commit comments

Comments
 (0)