Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions config/features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1197,6 +1197,10 @@ features:
actor_type: user
description: Enables enqueuing of a Form4142DocumentUploadFailureEmail if a SubmitForm4142Job job exhausts its retries
enable_in_development: true
form526_0781_automate_mst_consent:
actor_type: user
description: Enables mst consent to send automatically when the 0781 form is submitted in the 526 flow, when the veteran given consent
Copy link

Copilot AI Apr 6, 2026

Choose a reason for hiding this comment

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

The description text has grammatical issues and inconsistent capitalization ("mst" vs "MST"), which makes the feature flag intent harder to understand. Consider rephrasing to something like: "Enables MST consent to be sent automatically when Form 0781 is submitted as part of the Form 526 flow, if the veteran has given consent."

Suggested change
description: Enables mst consent to send automatically when the 0781 form is submitted in the 526 flow, when the veteran given consent
description: Enables MST consent to be sent automatically when Form 0781 is submitted as part of the Form 526 flow, if the veteran has given consent.

Copilot uses AI. Check for mistakes.
enable_in_development: true
form526_send_0781_failure_notification:
actor_type: user
description: Enables enqueuing a Form0781DocumentUploadFailureEmail if a SubmitForm0781Job job exhausts its retries
Expand Down
Loading