Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 0260032

Browse files
authored
Don't reset webhooks by default (#307)
1 parent beea318 commit 0260032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/onefuzz/api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1575,7 +1575,7 @@ def reset(
15751575
repros: bool = False,
15761576
scalesets: bool = False,
15771577
tasks: bool = False,
1578-
webhooks: bool = True,
1578+
webhooks: bool = False,
15791579
yes: bool = False,
15801580
) -> None:
15811581
"""

0 commit comments

Comments
 (0)