Skip to content

Commit

Permalink
Merge pull request #44 from nzlosh/codeowner
Browse files Browse the repository at this point in the history
Add codeowners for pack maintainers.
  • Loading branch information
nzlosh authored Jan 23, 2024
2 parents f9ee248 + 27cdbc9 commit b93f086
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 3 deletions.
14 changes: 14 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence, users and
# teams which are put in owners will be requested for review
# when someone opens a pull request.

# This is base configuration. These owners could review all
# files in this repository.
* @lampwins @abhi1693 @StackStorm-Exchange/tsc

# CI configuration files should be reviewed by specific owners
# who are more responsible for ensuring the quality of this pack
# or orchestrate StackStorm-Exchanges.
.circleci/** @StackStorm-Exchange/tsc
.github/** @StackStorm-Exchange/tsc
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 3.0.7

- Add @abhi1693 as code owner.

## 3.0.6

- Add exceptions on action.py
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,10 @@ http://<ip-address>:<port>/netbox/webhooks/
```
**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.
## Maintainers
Active pack maintainers with review & write repository access and expertise with Netbox:
- John Anderson <[email protected]> @lampwins
- Abhimanyu Saharan <[email protected]> @abhi1693
8 changes: 5 additions & 3 deletions pack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ keywords:
- networking
- ipam
- dcim
version: 3.0.6
author: John Anderson, Jefferson White
email: [email protected]
version: 3.0.7
python_versions:
- "3"
author: John Anderson, Jefferson White
email: [email protected]
contributors:
- Abhimanyu Saharan <[email protected]>

0 comments on commit b93f086

Please sign in to comment.