Skip to content

Commit

Permalink
Merge pull request #2047 from woocommerce/dev/release-merge-pr
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalec authored Aug 9, 2023
2 parents 1a4e8fa + a8b1aeb commit e1a0388
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/post-release-automerge.yml

This file was deleted.

18 changes: 18 additions & 0 deletions .github/workflows/post-release-merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: 'Merge the release to develop'
run-name: Make a PR to merge the released `${{ github.head_ref }}` from `trunk` to `develop`

# **What it does**: Creates a PR to merge `trunk` to `develop` after `prepare-extension-release`-based release is merged to `trunk`.
# **Why we have it**: To automate the release process and follow the git-flow.

on:
pull_request:
types:
- closed
branches:
- trunk

jobs:
MergeTrunkDevelopPR:
runs-on: ubuntu-latest
steps:
- uses: woocommerce/grow/merge-trunk-develop-pr@actions-v1

0 comments on commit e1a0388

Please sign in to comment.