Skip to content

Commit

Permalink
chore: add release/v1 branch setting
Browse files Browse the repository at this point in the history
  • Loading branch information
bonyuta0204 committed Nov 30, 2023
1 parent ff040da commit 83f1fe8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/auto-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ jobs:
- name: Run a script
uses: ./
with:
src-branch: "release-stg"
target-branch: "main"
src-branch: "main"
target-branch: "releaes/v1"
title: "Main to Release v1"
body: "main to Release v1"

0 comments on commit 83f1fe8

Please sign in to comment.