chore: remove unused GitHub workflows and scripts#2602
Conversation
There was a problem hiding this comment.
LGTM — straightforward removal of unused CI workflows and scripts.
Extended reasoning...
Overview
This PR deletes 8 files: 3 Asana integration workflows, a Claude code review workflow, a Claude bot workflow, a response-time tracking workflow, and 2 supporting JS scripts. No SDK source code is touched.
Security risks
None. The deleted files contained references to secrets (ASANA_PAT, ANTHROPIC_API_KEY, GITHUB_TOKEN) only as workflow inputs — removing them reduces the secret surface area rather than introducing risk.
Level of scrutiny
Low. All changes are pure deletions of GitHub Actions automation files. There is no logic to reason about, no SDK behavior to break, and no public API impact.
Other factors
No bugs were found by the automated analysis. The git log shows a recent commit already titled 'remove old workflows', consistent with this cleanup effort. The PR is self-contained and mechanical.
Description
One Line Summary
Removes outdated GitHub Actions workflows and supporting scripts that are no longer needed.
Details
Motivation
Cleans up the repository by removing unused automation workflows including Asana integration, Claude AI code review, and response time tracking to reduce maintenance overhead and improve repository organization.
Scope
Removes GitHub Actions workflows and supporting JavaScript files without affecting any core functionality or existing integrations.
Testing
Manual testing
Verified that removed workflows were not actively used in current development processes.
Affected code checklist
Checklist
Overview
Testing
Final pass