ci: update README, add Renovate, auto-approve, autolabeler, and homebrew-tap dispatch#40
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the outdated README to reflect actual implementation status and adds CI automation improvements inspired by
anitrend/on-the-edge.README Update
overridesrow (no standalone command; functionality via--overrideflag ongenerate,render,up)syncdescription to "Validate generated stacks match committed files (CI drift detection)"logsanddoctordescriptions to match actual CLI outputsecretssubcommand descriptions (deploy,clean,check) to match CLIRelease Drafter Improvements
collapse-after: 5to all categories inrelease-drafter-config.ymldependencies/.+branch regex for:dagger: dependenciesautolabeler label (required for Renovate PRs)*.mdto**/*.mdglob in docs autolabeler rulerelease-drafter-autolabeler.ymlworkflow usingpull_request_targetonly (handles fork PRs, avoids duplicate runs)pull_requesttrigger fromrelease-drafter.yml(moved to autolabeler workflow)Renovate + Auto-approve
renovate.jsonwithbaseBranches: ["main"],automerge: falseinitially, major version guard viapackageRulesauto-approve.ymlworkflow usinghmarr/auto-approve-action@v4, filtered torenovate[bot]actor at job levelCI Fixes
devbranch fromci.ymltriggers and build job guard (3 locations)Homebrew-tap Dispatch
repository_dispatchstep inrelease.ymlto triggeranitrend/homebrew-tapformula update on releaseactions/create-github-app-token@v3withAPP_IDandAPP_PRIVATE_KEYsecrets (same pattern asanitrend/on-the-edge)ENABLE_HOMEBREW_DISPATCHrepo variable (already set totrue) withcontinue-on-error: trueRequired Secrets (not yet set)
APP_ID- GitHub App client ID (App must be installed onAniTrend/homebrew-tapwithactions: writepermission)APP_PRIVATE_KEY- GitHub App private keyFollow-up Items (separate PRs)
APP_IDandAPP_PRIVATE_KEYsecrets in repo settingsrepository_dispatchreceiver and switches to app-token)automerge: trueinrenovate.jsonafter CI proven stable