Open sonomirco opened 1 year ago
Is it possible to change this instead to a constraint on PR merge? I.e. no label no merge, no release, no nuget.
Yep, I can make checks on the labels.
I could check if there are labels that can merge and release. If in the labels there are Major
, Minor
and Patch
, make the NuGet.
Avoid publishing NuGet if the PR doesn't have the labels:
Major
,Minor
,Patch
or the change involves only the documentation.