Skip to content

Commit aca54fa

Browse files
committed
[ci-skip] add maintainers list
1 parent 145e176 commit aca54fa

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.github/CODEOWNERS

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# This is a comment.
2+
# Each line is a file pattern followed by one or more owners.
3+
4+
# These owners will be the default owners for everything in
5+
# the repo. Unless a later match takes precedence, users and
6+
# teams which are put in owners will be requested for review
7+
# when someone opens a pull request.
8+
9+
# This is base configuration. These owners could review the
10+
# changes in all files in this repository.
11+
* @cognifloyd
12+
13+
# CI configuration files should be reviewed by specific owners
14+
# who are more responsible for ensuring the quality of this pack
15+
# or orchestrate StackStorm-Exchanges.
16+
.circleci/** @StackStorm-Exchange/tsc
17+
.github/CODEOWNERS @StackStorm-Exchange/tsc

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,7 @@ You can also use dynamic values from the datastore. See the
3838
* `read` - Read value from Vault server
3939
* `write` - Write key/value to Vault server
4040
* `read_kv` - Read key-value secrets from Vault server
41+
42+
## Maintainers
43+
Active pack maintainers with review & write repository access and expertise with vault:
44+
* Jacob Floyd ([@cognifloyd](https://github.com/cognifloyd)) <[email protected]> Copart

0 commit comments

Comments
 (0)