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

ci: add Release Please (#2019) #2020

Merged

Conversation

greatislander
Copy link
Collaborator

@greatislander greatislander commented Nov 29, 2023

Adds:

  • GitHub Action to create a release using Release Please
  • GitHub Action to open PRs to staging whenever a release is published
  • GitHub Action to open PRs to production whenever a stable release is published

@greatislander greatislander self-assigned this Nov 29, 2023
@greatislander greatislander added enhancement New feature or request github_actions Pull requests that update GitHub Actions code labels Nov 29, 2023
@greatislander greatislander marked this pull request as ready for review November 29, 2023 14:53
@greatislander greatislander enabled auto-merge (squash) November 29, 2023 14:54
Copy link
Collaborator

@jobara jobara left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do you think of also adding the option to manually trigger the branch syncing actions? This would allow us to trigger the PR creation if the GitHub Actions failed to automatically run, the original PRs were closed in error.

If you add the workflow_dispatch event it will add the ability to trigger from CLI or GitHub UI. You can setup inputs for it to take in as well. For example in this case you'd want the tag name.

.github/workflows/sync-to-staging.yml Outdated Show resolved Hide resolved
@greatislander greatislander merged commit ade838c into accessibility-exchange:dev Nov 29, 2023
7 checks passed
@michelled michelled added this to the 1.2.4 milestone Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request github_actions Pull requests that update GitHub Actions code
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Configure release-please and (optionally) automatic PRs from dev to staging/production
3 participants