Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

users should be able to change the default behavior for issues with no label #100

Open
FrancescoCioria opened this issue Jun 6, 2017 · 0 comments
Assignees
Labels

Comments

@FrancescoCioria
Copy link
Contributor

requirements

this issue is the outcome of a discussion on this PR: #96 (comment)

Right now, issues without known labels, are always treated as "features".

Some users may prefer to ignore issues without known labels or treat them as "breaking" or "bugs" instead of "features".

We should improve smooth-release to enable them to do so.

specs

Improve the config with two new options:

  • one to decide the label for feature issues (def "feature"?)
  • the other option as an enum to decide how to treat issues with no known labels and treat it by default as "feature-issues".

NOTE: by treating issues without know labels as "feature-issues" by default, this new feature will not be breaking 🌮

misc

{optional: other useful info}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants