Fixed dependencies tag in PR labeler (#14286)

This commit is contained in:
John Westcott IV 2023-07-28 08:30:30 -04:00 committed by GitHub
parent ab5cc2e69c
commit 7838641215
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,5 +15,5 @@
"dependencies":
- any: ["awx/ui/package.json"]
- any: ["awx/requirements/*.txt"]
- any: ["awx/requirements/requirements.in"]
- any: ["requirements/*.txt"]
- any: ["requirements/requirements.in"]