Brian Flad
2f9e03568a
.github/workflows: Add go generate
testing to CI ( #26 )
...
The `go test` command cannot detect any issues when running `go generate`. This ensures that any `go generate` commands can successfully execute, while also ensuring there are no dangling Git differences afterwards to prevent cases where the documentation is not symmetrically updated.
2022-03-15 11:52:10 -04:00
Ivan De Marino
f6396a0c60
Update CODEOWNERS with new team name: @hashicorp/terraform-devex ( #22 )
2022-03-11 19:02:16 +00:00
Ivan De Marino
330e0883fc
Update GH Action 'add-content-to-project' to use 'pull_request_target' to allow access to project secrets ( #18 )
2022-03-10 15:22:40 +00:00
Ivan De Marino
2c9545cb57
GH Action to link incoming issues and pull-requests to the Terraform DevEx Team board ( #17 )
2022-03-08 16:44:29 +00:00
dependabot[bot]
5fa1b4da41
Bump goreleaser/goreleaser-action from 2.8.1 to 2.9.1 ( #15 )
...
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action ) from 2.8.1 to 2.9.1.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases )
- [Commits](https://github.com/goreleaser/goreleaser-action/compare/v2.8.1...v2.9.1 )
---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-03 11:46:34 -05:00
dependabot[bot]
82eb67b462
Bump actions/checkout from 2 to 3 ( #16 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-03 11:46:05 -05:00
Ivan De Marino
637c318938
Setting CODEOWNERS to the @hashicorp/terraform-provider-devex Team ( #12 )
2022-02-03 17:12:30 +00:00
dependabot[bot]
7579b23611
Bump goreleaser/goreleaser-action from 2.8.0 to 2.8.1 ( #9 )
...
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action ) from 2.8.0 to 2.8.1.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases )
- [Commits](https://github.com/goreleaser/goreleaser-action/compare/v2.8.0...v2.8.1 )
---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-18 13:38:57 -05:00
Brian Flad
5f2383b256
.github/workflows: Add Terraform CLI 1.1 testing ( #6 )
2021-12-22 13:43:43 -05:00
Brian Flad
b9221acb06
Fix test workflow
2021-12-01 05:57:29 -05:00
Brian Flad
a64a312802
Initial commit
...
Most of the content is inspired by existing content in https://github.com/hashicorp/terraform-provider-scaffolding .
2021-12-01 05:37:16 -05:00