-
Notifications
You must be signed in to change notification settings - Fork 170
Validate syntax when a subscription has an invalid label #385
Copy link
Copy link
Open
Labels
Difficulty/1:EasyEasy ticketEasy ticketGood First IssueSuitable for first-time contributorsSuitable for first-time contributorsHacktoberfestHelp WantedCommunity help wantedCommunity help wantedTech/GoType/EnhancementNew feature or improvement of existing featureNew feature or improvement of existing featureUp For GrabsReady for help from the community. Removed when someone volunteersReady for help from the community. Removed when someone volunteers
Metadata
Metadata
Assignees
Labels
Difficulty/1:EasyEasy ticketEasy ticketGood First IssueSuitable for first-time contributorsSuitable for first-time contributorsHacktoberfestHelp WantedCommunity help wantedCommunity help wantedTech/GoType/EnhancementNew feature or improvement of existing featureNew feature or improvement of existing featureUp For GrabsReady for help from the community. Removed when someone volunteersReady for help from the community. Removed when someone volunteers
Type
Fields
Give feedbackNo fields configured for issues without a type.
If a user mistakenly forgets the
"on the label, the label has no affect and it's not obvious why.Ideally we can prevent this by checking if
label:is followed by a value in quotes to prevent user error. If we showed a message such asno valid label providedthis would be far more forgiving.Steps:
/github subscribe DHaussermann/hello-world pulls,issues,creates,deletes,label:AppleswithApplesinstead of"Apples"Observed Label has no affect as no valid label was provided