mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-18 04:38:09 +00:00
Don't reset webhooks by default (#307)
This commit is contained in:
@ -1575,7 +1575,7 @@ class Onefuzz:
|
|||||||
repros: bool = False,
|
repros: bool = False,
|
||||||
scalesets: bool = False,
|
scalesets: bool = False,
|
||||||
tasks: bool = False,
|
tasks: bool = False,
|
||||||
webhooks: bool = True,
|
webhooks: bool = False,
|
||||||
yes: bool = False,
|
yes: bool = False,
|
||||||
) -> None:
|
) -> None:
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user