Skip to content

Commit d6525b8

Browse files
fix: Enable filtering feature (#359)
## 📝 Description Enable new filtering feature ## ✅ Checklist - [ ] I have tested this change - [ ] This change requires documentation update
1 parent 3a06e82 commit d6525b8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

helm-chart/templates/configmaps/features.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ data:
2222
enabled: false
2323
bitbucket:
2424
enabled: true
25+
workflow_filtering:
26+
enabled: true
2527
gitlab:
2628
enabled: true
2729
git:
@@ -124,6 +126,8 @@ data:
124126
enabled: true
125127
audit_streaming:
126128
enabled: true
129+
workflow_filtering:
130+
enabled: true
127131
badges:
128132
enabled: true
129133
billing:

0 commit comments

Comments
 (0)