Don't reset webhooks by default (#307)

This commit is contained in:
bmc-msft
2020-11-16 16:51:32 -05:00
committed by GitHub
parent beea318968
commit 02600320b7

View File

@ -1575,7 +1575,7 @@ class Onefuzz:
repros: bool = False,
scalesets: bool = False,
tasks: bool = False,
webhooks: bool = True,
webhooks: bool = False,
yes: bool = False,
) -> None:
"""