diff options
author | Alan Rominger <arominge@redhat.com> | 2023-08-22 23:01:14 +0200 |
---|---|---|
committer | Dave <dmz.oneill@gmail.com> | 2024-02-19 16:56:53 +0100 |
commit | cd91fbf59f4c070269092922421cd49da0ff65c9 (patch) | |
tree | a82c207231783f4278e887f15d274252534ce276 | |
parent | Run prettier (diff) | |
download | awx-cd91fbf59f4c070269092922421cd49da0ff65c9.tar.xz awx-cd91fbf59f4c070269092922421cd49da0ff65c9.zip |
Label any changes to requirements folder with dependencies label
-rw-r--r-- | .github/pr_labeler.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/pr_labeler.yml b/.github/pr_labeler.yml index 652cfaec75..c886330875 100644 --- a/.github/pr_labeler.yml +++ b/.github/pr_labeler.yml @@ -15,5 +15,4 @@ "dependencies": - any: ["awx/ui/package.json"] - - any: ["requirements/*.txt"] - - any: ["requirements/requirements.in"] + - any: ["requirements/*"] |