Skip to content

Commit c8cc070

Browse files
committed
Fixed issue in pre-commit GitHub CI workflow generating new pull request for constraints file
1 parent 20918d6 commit c8cc070

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ jobs:
200200
if: steps.move.outputs.skip == 'false'
201201
with:
202202
title: Updated constraints (triggered by ${{ github.sha }})
203+
add-paths: constraints-*.txt
203204
delete-branch: true
204205
commit-message: "[create-pull-request] Automatically commit updated contents (constraints)"
205206
- name: Check outputs

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
lark
2+
lark < 1.2.0 ; python_version < '3.8'
23
Pygments

0 commit comments

Comments
 (0)