Skip to content

Commit

Permalink
Fixed issue in pre-commit GitHub CI workflow generating new pull requ…
Browse files Browse the repository at this point in the history
…est for constraints file
  • Loading branch information
jmfernandez committed Mar 3, 2025
1 parent 20918d6 commit c8cc070
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ jobs:
if: steps.move.outputs.skip == 'false'
with:
title: Updated constraints (triggered by ${{ github.sha }})
add-paths: constraints-*.txt
delete-branch: true
commit-message: "[create-pull-request] Automatically commit updated contents (constraints)"
- name: Check outputs
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
lark
lark < 1.2.0 ; python_version < '3.8'
Pygments

0 comments on commit c8cc070

Please sign in to comment.