Commit 4613dc6
authored
fix(seer onboarding): remove on_command_phrase CR trigger from settings forms (#105696)
relates to ENG-6194
depends on codecov/overwatch#622
Since we are not charging by review, let's make sure the
`on_command_phrase` trigger is always turned on and immutable in
`RepositorySettings`. We remove it from the form options and update the
help text to specify the command phrase.
Before
<img width="1398" height="207" alt="Screenshot 2026-01-06 at 12 03
10 PM"
src="https://github.com/user-attachments/assets/8fc2a159-9bb3-4b20-9df3-1f4a5d046cbf"
/>
<img width="1396" height="204" alt="Screenshot 2026-01-06 at 1 33 22 PM"
src="https://github.com/user-attachments/assets/0236e0a4-d676-45dd-a55f-cdc199d5ad53"
/>
After
<img width="1396" height="218" alt="Screenshot 2026-01-06 at 1 25 07 PM"
src="https://github.com/user-attachments/assets/b793d527-4f59-465a-a8a0-f001329bde00"
/>
<img width="1396" height="218" alt="Screenshot 2026-01-06 at 1 33 04 PM"
src="https://github.com/user-attachments/assets/874fe826-fd99-4846-81ce-6a522232cedc"
/>1 parent 0e331a7 commit 4613dc6
File tree
2 files changed
+7
-7
lines changed- static/gsApp/views/seerAutomation
- components/repoDetails
2 files changed
+7
-7
lines changedLines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
66 | | - | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
102 | | - | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
103 | 104 | | |
104 | 105 | | |
105 | 106 | | |
106 | 107 | | |
107 | | - | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
0 commit comments