Skip to content

Remove Discord notification step from docker-publish workflow#51

Merged
SimplicityGuy merged 4 commits intomainfrom
quick/260502-lqb-remove-discord
May 2, 2026
Merged

Remove Discord notification step from docker-publish workflow#51
SimplicityGuy merged 4 commits intomainfrom
quick/260502-lqb-remove-discord

Conversation

@SimplicityGuy
Copy link
Copy Markdown
Owner

Summary

  • Removes 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
  • This reverts the Discord wiring added in quick task 260414-quo (commit 9c5cedb); the repo-level DISCORD_WEBHOOK secret is unchanged and can be deleted via GitHub settings if desired

Changes

.github/workflows/docker-publish.yml: 174 → 164 lines (removed 10 lines: blank separator + 9-line Discord step)

Verification

  • grep -rci discord .github/ reports :0 for every file under .github/
  • YAML parses; build-and-push job intact; pre-commit hooks pass (yamllint, actionlint, check-jsonschema)
  • No other workflow referenced Discord — single-file change

Planning artifacts

  • Plan: .planning/quick/260502-lqb-remove-discord-notification-step-from-do/260502-lqb-PLAN.md
  • Summary: .planning/quick/260502-lqb-remove-discord-notification-step-from-do/260502-lqb-SUMMARY.md

Test plan

  • Confirm CI still passes on this PR
  • After merge, run a Docker publish workflow to confirm no Discord-related job failures

🤖 Generated with Claude Code

SimplicityGuy and others added 4 commits May 2, 2026 15:40
…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>
@SimplicityGuy SimplicityGuy merged commit 4b4ae34 into main May 2, 2026
25 checks passed
@SimplicityGuy SimplicityGuy deleted the quick/260502-lqb-remove-discord branch May 2, 2026 22:55
@codecov
Copy link
Copy Markdown

codecov Bot commented May 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant