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

Create GH label if one is missing while creating GH issues #551

Merged
merged 3 commits into from
Oct 25, 2024

Conversation

gaiksaya
Copy link
Member

@gaiksaya gaiksaya commented Oct 25, 2024

Description

Create GH label if one is missing while creating GH issues. Also fixes the test cases where @Test annotation was missing hence the tests never ran.

Issues Resolved

closes #530

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.

vars/createGithubIssue.groovy Outdated Show resolved Hide resolved
vars/createGithubIssue.groovy Outdated Show resolved Hide resolved
Copy link

codecov bot commented Oct 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.72%. Comparing base (c63a248) to head (c3abc79).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #551   +/-   ##
=========================================
  Coverage     84.72%   84.72%           
  Complexity      114      114           
=========================================
  Files           117      117           
  Lines           681      681           
  Branches         75       75           
=========================================
  Hits            577      577           
  Misses           30       30           
  Partials         74       74           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Sayali Gaikawad <[email protected]>
@gaiksaya gaiksaya merged commit 054a0bc into opensearch-project:main Oct 25, 2024
9 checks passed
@gaiksaya gaiksaya deleted the add-github-label branch October 25, 2024 22:04
opensearch-trigger-bot bot pushed a commit that referenced this pull request Oct 25, 2024
Signed-off-by: Sayali Gaikawad <[email protected]>
(cherry picked from commit 054a0bc)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

[Bug]: Issue creation fails if the label is not present
3 participants