-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This facilitates GH automatically selecting appropriate PR reviewers and team discovery through Heimdall. [skip ci]
- Loading branch information
Showing
3 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
* @hashicorp/release-engineering | ||
@hashicorp/team-selfmanaged-releng |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
schema: 1.1 | ||
|
||
partition: internal-platform | ||
partition: release-engineering | ||
category: github-action | ||
|
||
summary: | ||
name: actions-go-build | ||
owner: team-rel-eng | ||
owner: team-selfmanaged-releng | ||
description: Go build action, with built-in reproduciblity verification as part of Common Release Tooling (CRT). | ||
visibility: external | ||
auth_methods: none |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ tags: | |
family: github-actions | ||
type: github-action | ||
crt-compatible: true | ||
exempt: tool-roam-config |