-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update permissions to allow for checkout of private repo in reusable workflow fixing issue comment Pr review stuff add codeowners and sync ci.yml fix lint script, updated format check and fix for naming consistency
- Loading branch information
1 parent
e28e9fa
commit b075f20
Showing
3 changed files
with
67 additions
and
13 deletions.
There are no files selected for viewing
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
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,13 @@ | ||
# CODEOWNERS file | ||
# To add additional teams to any approval, include them on the same line separated by spaces | ||
# It is best practice to assign a team as a code owner and not an invidual. | ||
# Please submit requests for new teams to Systems and Automation | ||
|
||
# Global approval (all files) | ||
# * @shardeum/team-name | ||
|
||
# Directory-level approval | ||
/.github/ @shardeum/systems-and-automation | ||
|
||
# Specific file rules | ||
# README.md @shardeum/team-name |
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