Joseph Michael Casey
Joseph Michael Casey
## Problem Statement: It appears the pagerduty.go service implementation recently used a rate-limited synchronous API intended for human initiated incidents. https://github.com/argoproj/notifications-engine/blob/7b9b5d3281e1b52c17b04369de1cda8072d15072/pkg/services/pagerduty.go#L98 ### Root Cause Analysis The Notification Engine utilizes [CreateIncidentWithContext](https://github.com/argoproj/notifications-engine/blob/7b9b5d3281e1b52c17b04369de1cda8072d15072/pkg/services/pagerduty.go#L98)...
It would be nice if `g c` was the equivalent of writing `git commit`. Current `g c` defaults to `git commit -m`. The `-m` argument requiring a text message. This...
Resolves https://github.com/PrefectHQ/prefect/issues/12367 Related Issue: https://github.com/PrefectHQ/prefect-operator/issues/30 ### Validation Most testing was performed through running successfully pre-releases and releases on [a pull request opened again a forked repository](https://github.com/josephmcasey/prefect/pull/1). Commits were then cherry-picked...