mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 12:58:35 +07:00
Migrate to github.com/terraform-docs org (#288)
* Migrate to github.com/terraform-docs org * remove codecov token * update maintenance notice in README
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -8,7 +8,7 @@ assignees: ''
|
||||
|
||||
<!-- Please note, this template is for bugs report, not feature requests -->
|
||||
<!-- For more information, see the Contributing Guidelines at -->
|
||||
<!-- https://github.com/segmentio/terraform-docs/tree/master/CONTRIBUTING.md -->
|
||||
<!-- https://github.com/terraform-docs/terraform-docs/tree/master/CONTRIBUTING.md -->
|
||||
|
||||
**Describe the bug**
|
||||
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@@ -8,7 +8,7 @@ assignees: ''
|
||||
|
||||
<!-- Please note, this template is for feature requests, not bugs report -->
|
||||
<!-- For more information, see the Contributing Guidelines at -->
|
||||
<!-- https://github.com/segmentio/terraform-docs/tree/master/CONTRIBUTING.md -->
|
||||
<!-- https://github.com/terraform-docs/terraform-docs/tree/master/CONTRIBUTING.md -->
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
|
||||
|
||||
6
.github/PULL_REQUEST_TEMPLATE.md
vendored
6
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -7,11 +7,11 @@ Put an `x` into the box(es) that apply:
|
||||
- [ ] This pull request enhances existing functionality.
|
||||
- [ ] This pull request introduces breaking change.
|
||||
|
||||
For more information, see the [Contributing Guide](https://github.com/segmentio/terraform-docs/tree/master/CONTRIBUTING.md).
|
||||
For more information, see the [Contributing Guide](https://github.com/terraform-docs/terraform-docs/tree/master/CONTRIBUTING.md).
|
||||
|
||||
### Description
|
||||
|
||||
Describe what this pull request achieves. Ensure you have read the [Contributing Guidelines](https://github.com/segmentio/terraform-docs/tree/master/CONTRIBUTING.md) document before submitting.
|
||||
Describe what this pull request achieves. Ensure you have read the [Contributing Guidelines](https://github.com/terraform-docs/terraform-docs/tree/master/CONTRIBUTING.md) document before submitting.
|
||||
|
||||
### Issues Resolved
|
||||
|
||||
@@ -21,7 +21,7 @@ List any existing issues this pull request resolves.
|
||||
|
||||
Put an `x` into all boxes that apply:
|
||||
|
||||
- [ ] I have read the [Contributing Guidelines](https://github.com/segmentio/terraform-docs/tree/master/CONTRIBUTING.md).
|
||||
- [ ] I have read the [Contributing Guidelines](https://github.com/terraform-docs/terraform-docs/tree/master/CONTRIBUTING.md).
|
||||
|
||||
#### Tests
|
||||
|
||||
|
||||
9
.github/workflows/validate.yaml
vendored
9
.github/workflows/validate.yaml
vendored
@@ -95,13 +95,4 @@ jobs:
|
||||
uses: codecov/codecov-action@v1
|
||||
if: always()
|
||||
with:
|
||||
# Currently we're not able to build Codecov report for
|
||||
# PRs originates from the fork. There's an issue to track
|
||||
# this and it seems it should get resolved shortly, until
|
||||
# then we hope for responsiblity in humanity and use plain
|
||||
# text of the token, until further to get rotated.
|
||||
#
|
||||
# https://github.com/codecov/codecov-action/issues/29
|
||||
# token: ${{ secrets.CODECOV_TOKEN }}
|
||||
token: 7e230f41-8fa3-4d91-8ce8-3d77b7b3f1c3
|
||||
file: ./coverage.out
|
||||
|
||||
Reference in New Issue
Block a user