Skip to content

Commit

Permalink
feat: Add gha for merging prod into main
Browse files Browse the repository at this point in the history
  • Loading branch information
alldoami committed Nov 29, 2023
1 parent ac8a72b commit 1e24f4b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,16 @@ jobs:
config: .github/config/slack.yml
if: contains(toJson(github.event.commits.*.message), 'BREAKING CHANGE')

- name: Merge prod into main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: peter-evans/create-pull-request@v4
with:
commit-message: merge prod into main
title: 'chore: merge prod into main'
base: main
branch: prod

# Job 2
create-version-matrix:
needs: release
Expand Down

0 comments on commit 1e24f4b

Please sign in to comment.