Closed gaiksaya closed 1 month ago
Will remove the label requirement cause some issues with same name to be mistakenly closed?
Will remove the label requirement cause some issues with same name to be mistakenly closed?
No the label arg is complete ignore in the library. https://github.com/opensearch-project/opensearch-build-libraries/blob/main/vars/closeGithubIssue.groovy#L22-L28
Please bump version.
Done! It was 7.0.1 which was unreleased but this qualifies for minor bump as well.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 84.72%. Comparing base (
8d86c41
) to head (4edd4a6
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
See the library here https://github.com/opensearch-project/opensearch-build-libraries/blob/main/vars/closeGithubIssue.groovy Labels are not required in the code execution. Removing non required args
Issues Resolved
closes https://github.com/opensearch-project/opensearch-build-libraries/issues/529
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.