Skip to content

Commit 0b1222b

Browse files
committed
Add create_branch to autofix coding guard
1 parent daa6e5b commit 0b1222b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sentry/seer/autofix/autofix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ def trigger_autofix(
823823
)
824824

825825

826-
CODING_UPDATE_PAYLOAD_TYPES = frozenset({"select_solution", "create_pr"})
826+
CODING_UPDATE_PAYLOAD_TYPES = frozenset({"select_solution", "create_branch", "create_pr"})
827827

828828

829829
def update_autofix(

0 commit comments

Comments
 (0)