github / rally

GitHub <> Rally integration
MIT License
123 stars 33 forks source link

Optional checks #230

Closed einanli closed 3 years ago

einanli commented 3 years ago

Is your feature request related to a problem? Please describe. No, it is not related to a problem.

Describe the solution you'd like Ability to pass validation based on optional config values in the Rally config file.

"A simple approach would be for each of the check options (checkPRBody, checkPRTitle, checkCommitMessages, commentOnPull) to allow one of "no", "required", "optional" in place of the current boolean values."

Here's a sample: In the Rally config file; checkPRBody: optional checkPRTitle: optional checkCommitMessages: no

So if Rally app finds a Rally User Story no in the PR body or PR title, validation will be successful. If nothing is found, validation fails.

Describe alternatives you've considered There is no work around at this stage.

github-actions[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.

If you think this issue should stay open, please remove the O: stale 🤖 label or comment on the issue.