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
We have the label 8.has: package (new) which is added automatically (as long as commits follow the guidelines for commit messages).
I think we should add automatic adding of the label 8.has: package (update) if the commit message follow the form of: ^(.*): (.*) -> (.*)$
This makes it easier to filter pull requests on updates which would make it easier to find potential pull requests that are "easy" to test, for example patch or minor version bumps.
The text was updated successfully, but these errors were encountered:
I would prefer they continue using -> as the contributor guide suggests, though updating the guide to say a fancy arrow is okay too is probably fine too.
We have the label
8.has: package (new)
which is added automatically (as long as commits follow the guidelines for commit messages).I think we should add automatic adding of the label
8.has: package (update)
if the commit message follow the form of:^(.*): (.*) -> (.*)$
This makes it easier to filter pull requests on updates which would make it easier to find potential pull requests that are "easy" to test, for example patch or minor version bumps.
The text was updated successfully, but these errors were encountered: