We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 93b2e05 + 4d25e61 commit b620b72Copy full SHA for b620b72
.github/workflows/manifest-modified.yaml
@@ -0,0 +1,15 @@
1
+name: NetBox plugin manifest modified
2
+
3
+on:
4
+ push:
5
+ branches: [ develop ]
6
+ paths:
7
+ - netbox-plugin.yaml
8
9
+concurrency:
10
+ group: ${{ github.workflow }}
11
+ cancel-in-progress: false
12
13
+jobs:
14
+ manifest-modified:
15
+ uses: netboxlabs/public-workflows/.github/workflows/reusable-plugin-manifest-modified.yml@release
netbox-plugin.yaml
@@ -0,0 +1,12 @@
+version: 0.1
+package_name: netbox-bgp
+compatibility:
+ - release: 0.14.0
+ netbox_min: 4.1.0
+ netbox_max: 4.1.3
+ - release: 0.13.3
+ netbox_min: 4.0.9
+ netbox_max: 4.0.11
+ - release: 0.13.2
+ netbox_min: 4.0.0
+ netbox_max: 4.0.9
0 commit comments