Skip to content
This repository was archived by the owner on Apr 30, 2026. It is now read-only.

Commit 6802953

Browse files
authored
Merge pull request #582 from bbrowning/update-mergify
Fix typo in mergify config for functional-gpu-small
2 parents ec592c8 + b707169 commit 6802953

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/mergify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ pull_request_rules:
6767
- or:
6868
- files~=\.py$
6969
- files=pyproject.toml
70-
- files=^requirements.*\.txt$
70+
- files~=^requirements.*\.txt$
7171
- files=.github/workflows/functional-gpu-nvidia-t4-x1.yml
7272
- and:
7373
- -files~=\.py$

0 commit comments

Comments
 (0)