mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-17 20:38:06 +00:00
Don't reset webhooks by default (#307)
This commit is contained in:
@ -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:
|
||||
"""
|
||||
|
Reference in New Issue
Block a user