Skip to content

Commit

Permalink
. e enable automerge
Browse files Browse the repository at this point in the history
  • Loading branch information
JayBazuzi committed May 21, 2024
1 parent a2035c3 commit a6b6362
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Update Python Dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
run: |
git checkout -b update-python-dependencies-${{ github.run_id }}
git push -u origin update-python-dependencies-${{ github.run_id }}
gh pr create -B main --fill
gh pr create -B main --title "- r Update Python dependencies"
gh pr merge --squash --auto
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a6b6362

Please sign in to comment.