Skip to content

Commit

Permalink
fix: Add feature environment variants updated event (#4598)
Browse files Browse the repository at this point in the history
## About the changes
Add additional event that can be configured inside Slack App Addon
  • Loading branch information
gastonfournier committed Sep 4, 2023
1 parent 8d8e8c3 commit 9ea05a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/addons/slack-app-definition.ts
Expand Up @@ -14,6 +14,7 @@ import {
FEATURE_PROJECT_CHANGE,
FEATURE_VARIANTS_UPDATED,
FEATURE_POTENTIALLY_STALE_ON,
FEATURE_ENVIRONMENT_VARIANTS_UPDATED,
} from '../types/events';
import { IAddonDefinition } from '../types/model';

Expand Down Expand Up @@ -75,6 +76,7 @@ const slackAppDefinition: IAddonDefinition = {
FEATURE_STALE_OFF,
FEATURE_ENVIRONMENT_ENABLED,
FEATURE_ENVIRONMENT_DISABLED,
FEATURE_ENVIRONMENT_VARIANTS_UPDATED,
FEATURE_STRATEGY_REMOVE,
FEATURE_STRATEGY_UPDATE,
FEATURE_STRATEGY_ADD,
Expand Down

0 comments on commit 9ea05a7

Please sign in to comment.