Skip to content

Commit

Permalink
ci: 🔧 update ci script
Browse files Browse the repository at this point in the history
add script to rebase main from development branch

Ref: #30
  • Loading branch information
anantakumarghosh committed Feb 3, 2024
1 parent f78359f commit 11a2580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-create-and-merge-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
- name: Merge PR
run: |
pr_number=$(echo $pr_url | cut -d '/' -f 7)
gh pr merge $pr_number --merge --admin
gh pr merge $pr_number --rebase --admin

0 comments on commit 11a2580

Please sign in to comment.