GitHub deletes Slack, Teams repo subscriptions
GitHub experienced an incident on June 5, 2026, where a feature flag deployment accidentally deleted repository subscriptions for its official Slack and Microsoft Teams integrations. While normal authorization has been restored, affected customers must manually re-subscribe their channels to their repositories.
Feature flag rollouts should fail-safe and degrade gracefully rather than permanently destroying user configuration data.
* **Cascading Failure Path:** A temporary authorization failure caused by a feature flag should never trigger permanent unsubscription/deletion events on the database level.
* **Lack of Soft Deletes:** The difficulty in restoring the subscriptions suggests a lack of soft deletes or easily restorable backups for integration metadata.
* **Manual Recovery Burden:** Shifting the remediation effort to the customers to manually re-subscribe channels highlights a gap in automated recovery or state-sync tools for these chat applications.
DISCOVERED
2h ago
2026-06-05
PUBLISHED
3h ago
2026-06-05
RELEVANCE
AUTHOR
SparkyDogs