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
Quite often we want to be sure that only one of a specific list of labels is present. Current options like any would indicate that it will pass even with 2+ matches, which could cause problems for changelog generation.
The text was updated successfully, but these errors were encountered:
Quite often we want to be sure that only one of a specific list of labels is present. Current options like
any
would indicate that it will pass even with 2+ matches, which could cause problems for changelog generation.The text was updated successfully, but these errors were encountered: