Skip to content

Commit

Permalink
fix: test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sibelly committed Oct 23, 2024
1 parent dba5a6d commit 4c4cab8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/auto-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: main

- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with:
base: main
branch: promote-${{ github.ref_name }}
commit-message: "Promote: Merge changes from ${{ github.ref_name }} to main"
title: "[Promote] Hotfix: Merge ${{ github.ref_name }} to main (manual merge required)"
Expand Down

0 comments on commit 4c4cab8

Please sign in to comment.