Skip to content

Tags: tspascoal/GitHubActions.Gates.Samples

Tags

v1.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix milestone semantic in Issue Search (#35)

If milestone was not defined in the rule, then only issues with milestones would be searched.

The semantic is now:

- No milestone set, consider issues without or without milestones
- Milestone is set consider only issues with the given milestone
- Milestone is * consider only issues with a milestone (any)
- Milestone is NONE consider only issues with no milestones set

Code was refactored and unit tests were added

v1.0.0

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix typo