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
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
With the switch to the new workflow publishing changesets is an all-or-nothing operation.
Right now, to publish the changesets in a campaign the user has to switch the published: false in the campaign spec
# ...changesetTemplate:
# ...published: false
from false to true.
We should allow users to publish only a subset of changesets.
More generally: we should allow users to set all of the attributes in the changesetTemplate (commit message, title, body, ...) for only a subset of repositories.
The text was updated successfully, but these errors were encountered:
With the switch to the new workflow publishing changesets is an all-or-nothing operation.
Right now, to publish the changesets in a campaign the user has to switch the
published: false
in the campaign specfrom
false
totrue
.We should allow users to publish only a subset of changesets.
More generally: we should allow users to set all of the attributes in the
changesetTemplate
(commit message, title, body, ...) for only a subset of repositories.The text was updated successfully, but these errors were encountered: