-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Updates self hosted runner group and adds CODEOWNERS (#4032)
* ci: Updates self hosted runner group and adds CODEOWNERS Update the self-hosted runner to use the guardian runner group label Adds a standard CODEOWNERS file Signed-off-by: Roger Barker <roger.barker@swirldslabs.com> * fixes typo in CODEOWNERS Signed-off-by: Roger Barker <roger.barker@swirldslabs.com> --------- Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>
- Loading branch information
Showing
4 changed files
with
52 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 |
---|---|---|
@@ -0,0 +1,49 @@ | ||
################################### | ||
##### Global Protection Rule ###### | ||
################################### | ||
# NOTE: This rule is overriden by the more specific rules below. This is the catch-all rule for all files not covered by the more specific rules below. | ||
* @hashgraph/developer-advocates | ||
|
||
############################ | ||
##### Project Files ###### | ||
############################ | ||
|
||
/src/** @hashgraph/developer-advocates | ||
/__tests__/** @hashgraph/developer-advocates | ||
|
||
|
||
######################### | ||
##### Core Files ###### | ||
######################### | ||
|
||
# NOTE: Must be placed last to ensure enforcement over all other rules | ||
|
||
# Protection Rules for Github Configuration Files and Actions Workflows | ||
/.github/ @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/release-engineering-managers | ||
/.github/workflows/ @hashgraph/devops-ci @hashgraph/devops-ci-committers | ||
|
||
# NodeJS project files | ||
package.json @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/developer-advocates | ||
package-lock.json @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/developer-advocates | ||
jest.config.mjs @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/developer-advocates | ||
|
||
# Codacy Tool Configurations | ||
/config/ @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/developer-advocates | ||
.remarkrc @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/developer-advocates | ||
|
||
# Semantic Release Configuration | ||
.releaserc @hashgraph/devops-ci @hashgraph/devops-ci-committers | ||
|
||
# Self-protection for root CODEOWNERS files (this file should not exist and should definitely require approval) | ||
/CODEOWNERS @hashgraph/release-engineering-managers | ||
|
||
# Protect the repository root files | ||
/README.md @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/release-engineering-managers | ||
**/LICENSE @hashgraph/release-engineering-managers | ||
|
||
# CodeCov configuration | ||
**/codecov.yml @hashgraph/devops-ci @hashgraph/devops-ci-committers | ||
|
||
# Git Ignore definitions | ||
**/.gitignore @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/release-engineering-managers | ||
**/.gitignore.* @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/release-engineering-managers |
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
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
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