You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The automatic_branch_deletion fails to work properly.
Minder relies on webhook events to know the state of a certain setting, like this one. Unfortunately for this particular setting GitHub doesn't provide webhook events when it is changed, so Minder has no way to know whether something was fixed or not after its initial evaluation.
The reason this is not entirely broken is that Minder can update the profile status in the following use cases:
When the repo is registered and/or when the profile is created.
If Minder receives another webhook event that triggers the re-evaluation for this ruletype.
The text was updated successfully, but these errors were encountered:
evankanderson
added
the
P2
Nice to fix: non-critical items that should be evaluated and planned during issue triage
label
Jul 16, 2024
The
automatic_branch_deletion
fails to work properly.Minder relies on webhook events to know the state of a certain setting, like this one. Unfortunately for this particular setting GitHub doesn't provide webhook events when it is changed, so Minder has no way to know whether something was fixed or not after its initial evaluation.
The reason this is not entirely broken is that Minder can update the profile status in the following use cases:
The text was updated successfully, but these errors were encountered: