Remove Discord notification step from docker-publish workflow#51
Merged
SimplicityGuy merged 4 commits intomainfrom May 2, 2026
Merged
Remove Discord notification step from docker-publish workflow#51SimplicityGuy merged 4 commits intomainfrom
SimplicityGuy merged 4 commits intomainfrom
Conversation
…tep from docker-publish.yml workflow
…ker-publish workflow - Delete the trailing 'Send notification to Discord' step (sarisia/actions-status-discord@v1.16.0) from the build-and-push job in .github/workflows/docker-publish.yml - 'Collect metrics' is now the final step of the job - DISCORD_WEBHOOK repo secret is intentionally left in place (out of scope) - Reverts the addition made in quick task 260414-quo (commit 9c5cedb) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…publish.yml workflow
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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
sarisia/actions-status-discord@v1.16.0) from thebuild-and-pushjob in.github/workflows/docker-publish.yml📊 Collect metricsis now the final step of the job9c5cedb); the repo-levelDISCORD_WEBHOOKsecret is unchanged and can be deleted via GitHub settings if desiredChanges
.github/workflows/docker-publish.yml: 174 → 164 lines (removed 10 lines: blank separator + 9-line Discord step)Verification
grep -rci discord .github/reports:0for every file under.github/build-and-pushjob intact; pre-commit hooks pass (yamllint, actionlint, check-jsonschema)Planning artifacts
.planning/quick/260502-lqb-remove-discord-notification-step-from-do/260502-lqb-PLAN.md.planning/quick/260502-lqb-remove-discord-notification-step-from-do/260502-lqb-SUMMARY.mdTest plan
🤖 Generated with Claude Code