Skip to content

Commit

Permalink
Merge pull request #468 from nathan-weinberg/fix-mergify
Browse files Browse the repository at this point in the history
fix: typo in mergify configuration
  • Loading branch information
mergify[bot] authored Jan 9, 2025
2 parents 26d3b23 + 50f9006 commit 4efcdef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pull_request_rules:
- or:
- files~=\.py$
- files=pyproject.toml
- files=^requirements.*\.txt$
- files~=^requirements.*\.txt$
- files=.github/workflows/e2e-nvidia-l4-x1.yml
- and:
- -files~=\.py$
Expand All @@ -51,7 +51,7 @@ pull_request_rules:
- or:
- files~=\.py$
- files=pyproject.toml
- files=^requirements.*\.txt$
- files~=^requirements.*\.txt$
- files=.github/workflows/e2e-nvidia-t4-x1.yml
- and:
- -files~=\.py$
Expand Down

0 comments on commit 4efcdef

Please sign in to comment.