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
Which became: safeoutputs-update_discussion(body: {"add_labels": ["Label3", "Label4"]}, discussion_number: 123)
This test lead to an updated issue body with add_labels... content which is wrong. It should have only updated the labels and not touched the body at all.
Which became:
safeoutputs-update_discussion(body: {"add_labels": ["Label3", "Label4"]}, discussion_number: 123)This test lead to an updated issue body with
add_labels...content which is wrong. It should have only updated the labels and not touched the body at all.