Updated labels to no longer include unsupported platform (#30108)

- Removed `platform: linux` from a few labels since linux is not a supported platform on labels
This commit is contained in:
Allen Houchins 2025-06-18 10:24:09 -05:00 committed by GitHub
parent 5a55de87d4
commit b1894e9382
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View file

@ -2,4 +2,3 @@
description: Linux hosts running on Debian-based operating systems
query: SELECT 1 FROM os_version WHERE platform_like = 'debian';
label_membership_type: dynamic
platform: linux

View file

@ -2,4 +2,3 @@
description: Linux hosts running on RPM-based operating systems
query: SELECT 1 FROM os_version WHERE platform_like = 'rhel';
label_membership_type: dynamic
platform: linux