File tree Expand file tree Collapse file tree 4 files changed +29
-2
lines changed
Expand file tree Collapse file tree 4 files changed +29
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 44
55- Updated spec as per v3.4.7
66
7+ ## 3.0.7
8+
9+ - Add @abhi1693 as code owner.
10+
711## 3.0.6
812
913- Add exceptions on action.py
Original file line number Diff line number Diff line change @@ -84,3 +84,10 @@ python generate.py --https --port 443 demo.netbox.dev
84844 . Update the ` pack.yaml ` file with the new version of NetBox that was used to generate the pack.
85855 . Commit the changes and create a pull request.
86866 . Once the pull request is merged, a new version of the pack will be released to the StackStorm Exchange.
87+
88+ ## Maintainers
89+
90+ Active pack maintainers with review & write repository access and expertise with Netbox:
91+
92+ - John Anderson < lampwins@gmail.com > @lampwins
93+ - Abhimanyu Saharan < asaharan@onemindservices.com > @abhi1693
Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ keywords:
77 - ipam
88 - dcim
99version : 3.1.0
10- author : John Anderson, Jefferson White
11- email : lampwins@gmail.com
1210python_versions :
1311 - " 3"
12+ author : John Anderson, Jefferson White
13+ email : lampwins@gmail.com
14+ contributors :
15+ - Abhimanyu Saharan <asaharan@onemindservices.com>
You can’t perform that action at this time.
0 commit comments