Conversation
GITHUB_TOKEN pushes do not trigger downstream workflows, so ci-atom.yml never fires for auto-generated atom branches. This adds a gh pr create step directly after the push to ensure PRs are always created. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The irc.kbve.com → chat.kbve.com redirect was failing with SSL errors because the DNS01 (Cloudflare) certificate wasn't issuing. Switch to letsencrypt-http (HTTP01 challenge) which already works for chat.kbve.com.
…unt (#7180) The Redis RoleBinding was granting access to discordsh-sa instead of discordsh-external-secrets, causing ESO to fail with "client is not allowed to get secrets" and the discordsh-redis-secret to never sync. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Al @h0lybyte <5599058+h0lybyte@users.noreply.github.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
toJson() double-encodes the github-script output, turning the object into a string so checkResult.exists is always undefined. The workflow then falls through to pulls.create on every push, failing with "A pull request already exists for KBVE:dev". Replace toJson() with raw interpolation so checkResult is a proper JS object (or null when the step has no output).
Release: 5 fixes, 3 chores → Staging
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.
Production Release from Staging
Summary
Pre-merge Checklist
Changes by Category
Bug Fixes
485cbec)a608c3f)41a7660)cf0bc4b)dd13615)Chores
e36c705)e57fbb1)8e544bb)Merge Commits
04e7a3b)Important Notes
This PR is automatically maintained by CI • Last updated: 2026-02-23T13:32:34.935Z