-
Notifications
You must be signed in to change notification settings - Fork 419
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(codeowners): update to include
@saltstack-formulas/ssf
[skip ci]
- Loading branch information
Showing
1 changed file
with
31 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,33 @@ | ||
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners | ||
|
||
# FILE PATTERN OWNER(S) | ||
* @saltstack-formulas/wg | ||
salt/formulas.sls @sticky-note @myii | ||
salt/pin.sls @hatifnatt | ||
# Owner(s) for everything in the repo, unless a later match takes precedence | ||
# FILE PATTERN OWNER(S) | ||
* @saltstack-formulas/wg | ||
|
||
# Owner(s) for files related to `semantic-release` | ||
# FILE PATTERN OWNER(S) | ||
/bin/kitchen @saltstack-formulas/ssf | ||
/docs/TOFS_pattern.rst @saltstack-formulas/ssf | ||
/salt/libsaltcli.jinja @saltstack-formulas/ssf | ||
/salt/libtofs.jinja @saltstack-formulas/ssf | ||
/test/integration/**/inspec.yml @saltstack-formulas/ssf | ||
/test/integration/**/README.md @saltstack-formulas/ssf | ||
/.gitignore @saltstack-formulas/ssf | ||
/.cirrus.yml @saltstack-formulas/ssf | ||
/.rubocop.yml @saltstack-formulas/ssf | ||
/.salt-lint @saltstack-formulas/ssf | ||
/.travis.yml @saltstack-formulas/ssf | ||
/.yamllint @saltstack-formulas/ssf | ||
/commitlint.config.js @saltstack-formulas/ssf | ||
/CODEOWNERS @saltstack-formulas/ssf | ||
/Gemfile @saltstack-formulas/ssf | ||
/Gemfile.lock @saltstack-formulas/ssf | ||
/kitchen.yml @saltstack-formulas/ssf | ||
/pre-commit_semantic-release.sh @saltstack-formulas/ssf | ||
/release-rules.js @saltstack-formulas/ssf | ||
/release.config.js @saltstack-formulas/ssf | ||
|
||
# Owner(s) for specific files/directories | ||
# FILE PATTERN OWNER(S) | ||
/salt/formulas.sls @sticky-note @myii | ||
/salt/pin.sls @hatifnatt |