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: automate merging releases to staging (resolves #2349) #2350

Merged
merged 2 commits into from
Nov 6, 2024

Conversation

jobara
Copy link
Collaborator

@jobara jobara commented Nov 6, 2024

Resolves #2349

  • Will automerge a release to staging
  • Provides a workflow that can be triggered to merge a release to production

Prerequisites

If this PR changes PHP code or dependencies:

  • I've run composer format and fixed any code formatting issues.
  • I've run composer analyze and addressed any static analysis issues.
  • I've run php artisan test and ensured that all tests pass.
  • I've run composer localize to update localization source files and committed any changes.

If this PR changes CSS or JavaScript code or dependencies:

  • I've run npm run lint and fixed any linting issues.
  • I've run npm run build and ensured that CSS and JavaScript assets can be compiled.

@jobara jobara added this to the 1.5.0 milestone Nov 6, 2024
.github/workflows/merge-release.yml Outdated Show resolved Hide resolved
@greatislander greatislander enabled auto-merge (squash) November 6, 2024 18:29
@greatislander greatislander merged commit 87f2770 into accessibility-exchange:dev Nov 6, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Automate merging releases to staging
2 participants