trigger requirements-check if the lower-constraints.txt file changes

If projects have a lower-constraints.txt file, we want to ensure the
new rules apply when a patch tries to change it.

Change-Id: Id4de1d810f4fbc1dd66a906b3cf74789a1774706
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-03-27 16:23:15 -04:00
parent 1e78c97426
commit 3c19d7c090
1 changed files with 1 additions and 0 deletions

View File

@ -19,3 +19,4 @@
- ^.*requirements-py[2,3].txt$
- ^doc/requirements.txt$
- playbooks/requirements-check.yaml
- ^lower-constraints.txt$