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
So, the gbp-action end of this is fixed. It's not working on tgstation because there's a separate problem--there's a race condition.
The webhook and action fire off at the same time, and so gbp-action has to be slower than the webhook in order to see the new labels. If the auto labeler was a GitHub action, this bug wouldn't be happening. In the meantime, I think the best solution is just applying an artificial delay in the workflow file itself. However, that'll accentuate #24 until it's fixed, since that too is a race condition!
On one hand I get the constant reminder aspect, but this just seems wrong somehow.
Example: tgstation/tgstation#57273
The text was updated successfully, but these errors were encountered: