Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add merge-trunk-develop-pr action #71

Merged
merged 3 commits into from
Aug 7, 2023
Merged

Commits on Aug 2, 2023

  1. Add merge-trunk-develop-pr action

    to create a PR to merge `trunk` to `develop` after a release done by `woocommerce/grow/prepare-extension-release`.
    As automerging with `automerge-released-trunk` may not work with branch protections.
    tomalec committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    91f51db View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Add merge actions to the README list

    Addresses #71 (review)
    tomalec committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    91d5969 View commit details
    Browse the repository at this point in the history
  2. Remove git checkout and config steps

    Github API calls does not need local repo.
    
    Addresses #71 (comment)
    tomalec committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    161b44a View commit details
    Browse the repository at this point in the history