Changes made to alerts/checks in code editor will occasionally revert back to default values.
Open
team/automation
- Dominant language
- TypeScript
- Stars
- 117
- Forks
- 51
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 4
Description
For example, this block of code (which exists in the default notification rule code)
`
all_statuses
|> monitor["notify"](
data: notification,
endpoint:
endpoint(
mapFn: (r) => {
body = {r with _version: 1}
return {headers: headers, data: json["encode"](v: body)}
},
),
)
`
randomly replaces my modified code, which makes the body no longer contain parameters needed for my API call.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.