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
Our CI requires that some labels be present to work correctly.
How do you feel about adding a comma separated list of labels to the when submitting a branch? in my case it's ok to fail if the labels are not present
The text was updated successfully, but these errors were encountered:
A similar change will be required in shamhub which is our fake GitHub-like service that most of the integration tests are written against.
There may be some nuance to the forge.Repository contract because, I suspect, GitHub labels have to be created before being used, and they're probably not idempotent, and we don't want to make too many extraneous requests.
Our CI requires that some labels be present to work correctly.
How do you feel about adding a comma separated list of labels to the when submitting a branch? in my case it's ok to fail if the labels are not present
The text was updated successfully, but these errors were encountered: