Skip to content

Chorale (Replaces Bard) #241

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

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

Conversation

JoshuaEstes
Copy link
Member

@JoshuaEstes JoshuaEstes commented Aug 15, 2025

Description

The general idea is to be able to have a tool that can be used with the upkeep of all repos.

The initial setup would be done using chorale setup. This can be ran and is used to setup the config file. It's safe to run multiple times in a row.

Running chorale plan is a basic dry-run of what will happen. It will show everything that will be modified or changed.

Running chorale apply will execute a plan.

chorale run will execute both a plan and apply

Checklist

  • Updated CHANGELOG files
  • Updated Documentation
  • Unit Tests Created
  • php-cs-fixer

@github-actions github-actions bot added the tools label Aug 15, 2025
@JoshuaEstes JoshuaEstes changed the title Chorale initial commit Chorale (Replaces Bard) Aug 15, 2025
@JoshuaEstes JoshuaEstes marked this pull request as ready for review August 19, 2025 23:59
rules:
keep_history: true
skip_if_unchanged: true
require_files:
Copy link
Member Author

Choose a reason for hiding this comment

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

Nice to have the ability to replace variables in the files.

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Aug 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation tools
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant