Skip to content

Commit

Permalink
ci: use pr for bot push
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinafyi authored Dec 23, 2024
1 parent 0c786c1 commit 6ce0106
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,8 @@ jobs:
for f in prev-patches/*; do git am "$f"; done
- run: git push
- run: |
git checkout -b bot-${{ github.run_number }}
git push
gh pr create --fill-verbose
gh pr merge --auto --delete-branch

0 comments on commit 6ce0106

Please sign in to comment.