We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ff4927 commit e20ea27Copy full SHA for e20ea27
.github/workflows/pre_commit_update_workflow.yml
@@ -59,6 +59,10 @@ jobs:
59
if: ${{ env.UP_TO_DATE == 'false' }}
60
run: |
61
cd update-pre-commit-deps
62
+ # Close any existing PR and replace with most up-to-date changes
63
+ gh pr close update-pre-commit-deps \
64
+ --comment "This PR was closed to create a new, updated PR." || \
65
+ echo "No existing PR to close and replace."
66
gh pr create \
67
--title "Update pre-commit and its dependencies" \
68
--body "This PR was auto-generated to update pre-commit and its dependencies." \
0 commit comments