Skip to content

Release: 5 fixes, 3 chores → Staging#7179

Merged
h0lybyte merged 8 commits intostagingfrom
dev
Feb 23, 2026
Merged

Release: 5 fixes, 3 chores → Staging#7179
h0lybyte merged 8 commits intostagingfrom
dev

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Feb 23, 2026

Release: Dev → Staging

8 atomic commits ready for staging

Bug Fixes

Chores


This PR is automatically maintained by CI

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>
h0lybyte and others added 7 commits February 23, 2026 07:52
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).
@github-actions github-actions bot changed the title Release: 1 fix → Staging Release: 5 fixes, 3 chores → Staging Feb 23, 2026
@h0lybyte h0lybyte merged commit 04e7a3b into staging Feb 23, 2026
10 of 11 checks passed
@github-project-automation github-project-automation bot moved this from Review to Done in KBVE Feb 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

1 participant