mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-13 07:02:35 +00:00
33 lines
700 B
HCL
33 lines
700 B
HCL
schema_version = 1
|
|
|
|
project {
|
|
license = "MPL-2.0"
|
|
copyright_year = 2020
|
|
|
|
header_ignore = [
|
|
# internal catalog metadata (prose)
|
|
"META.d/**/*.yaml",
|
|
|
|
# changie tooling configuration and CHANGELOG entries (prose)
|
|
".changes/unreleased/*.yaml",
|
|
".changie.yaml",
|
|
|
|
# GitHub issue template configuration
|
|
".github/ISSUE_TEMPLATE/*.yml",
|
|
|
|
# GitHub Actions workflow-specific configurations
|
|
".github/labeler-*.yml",
|
|
|
|
# Github Action linting configuration
|
|
".github/actionlint.yaml",
|
|
|
|
# Release Engineering tooling configuration
|
|
".release/*.hcl",
|
|
|
|
# Auto-generated /dist
|
|
"dist/**",
|
|
|
|
# GitHub Action metadata file
|
|
"action.yml",
|
|
]
|
|
}
|