Skip to content

Conversation

@mrubens
Copy link
Collaborator

@mrubens mrubens commented Sep 4, 2025

Important

Remove unused Slack notification job from code-qa.yml workflow.

  • Removal:
    • Removed notify-slack-on-failure job from .github/workflows/code-qa.yml.
    • This job was responsible for sending Slack notifications on failure of specific jobs (check-translations, knip, compile, unit-test, integration-test).
    • Removed steps related to Slack notification, including checkout and Slack webhook usage.

This description was created by Ellipsis for e58d260. You can customize this summary. It will automatically update as commits are pushed.

@mrubens mrubens requested review from cte and jr as code owners September 4, 2025 04:48
@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Sep 4, 2025
Copy link
Contributor

@roomote roomote bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution! I've reviewed the changes and have one suggestion for improvement.

run: echo "OPENROUTER_API_KEY=${{ secrets.OPENROUTER_API_KEY }}" > .env.local
- name: Run integration tests
working-directory: apps/vscode-e2e
run: xvfb-run -a pnpm test:ci
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch removing this unused Slack notification job! However, I noticed that the .github/actions/slack-notify/action.yml file is now orphaned since this was its only usage. Would it make sense to also remove that action file as part of this cleanup?

I verified that the slack-notify action isn't being used anywhere else in the workflows, so removing it would help keep the codebase tidy.

@hannesrudolph hannesrudolph added the Issue/PR - Triage New issue. Needs quick review to confirm validity and assign labels. label Sep 4, 2025
@mrubens mrubens merged commit e1dfe25 into main Sep 4, 2025
17 checks passed
@mrubens mrubens deleted the remove_unused_slack_notif branch September 4, 2025 05:06
@github-project-automation github-project-automation bot moved this from Triage to Done in Roo Code Roadmap Sep 4, 2025
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap Sep 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Issue/PR - Triage New issue. Needs quick review to confirm validity and assign labels. size:S This PR changes 10-29 lines, ignoring generated files.