Skip to content

Commit 27cdbc9

Browse files
committed
Add codeowners for pack maintainers.
1 parent f9ee248 commit 27cdbc9

File tree

4 files changed

+30
-3
lines changed

4 files changed

+30
-3
lines changed

.github/CODEOWNERS

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

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 3.0.7
4+
5+
- Add @abhi1693 as code owner.
6+
37
## 3.0.6
48

59
- Add exceptions on action.py

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,10 @@ http://<ip-address>:<port>/netbox/webhooks/
6262
```
6363
6464
**Note:** the sensor does not support HTTPS but this could be accomplished by fronting the sensor with Nginx/Apache/etc, which would terminate the SSL connection and then proxy the request to the sensor over HTTP.
65+
66+
## Maintainers
67+
68+
Active pack maintainers with review & write repository access and expertise with Netbox:
69+
70+
- John Anderson <[email protected]> @lampwins
71+
- Abhimanyu Saharan <[email protected]> @abhi1693

pack.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ keywords:
66
- networking
77
- ipam
88
- dcim
9-
version: 3.0.6
10-
author: John Anderson, Jefferson White
11-
9+
version: 3.0.7
1210
python_versions:
1311
- "3"
12+
author: John Anderson, Jefferson White
13+
14+
contributors:
15+
- Abhimanyu Saharan <[email protected]>

0 commit comments

Comments
 (0)