We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d3536d + 91d1e0d commit bcc6d16Copy full SHA for bcc6d16
.github/workflows/manifest-modified.yaml
@@ -0,0 +1,15 @@
1
+name: NetBox plugin manifest modified
2
+
3
+on:
4
+ push:
5
+ branches: [ master ]
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
+version: 0.1
+package_name: netbox-floorplan-plugin
+compatibility:
+ - release: 0.4.0
+ netbox_min: 4.0.2
+ netbox_max: 4.0.10
+ - release: 0.3.6
+ netbox_min: 3.5.2
+ netbox_max: 3.7.8
+ - release: 0.3.3
+ netbox_min: 3.7.2
+ netbox_max: 3.7.5
+ - release: 0.3.2
+ netbox_min: 3.5.1
+ netbox_max: 3.7.2
0 commit comments