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

update backport branch name #837

Merged
merged 1 commit into from
Aug 7, 2023
Merged

Conversation

Hailong-am
Copy link
Collaborator

Description

update backport branch name as branch_name was deprecated

Issues Resolved

follow up changes for #821

Check List

  • Commits are signed per the DCO using --signoff

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.

Signed-off-by: Hailong Cui <ihailong@amazon.com>
@codecov
Copy link

codecov bot commented Aug 4, 2023

Codecov Report

Merging #837 (77cec82) into main (cdb2f21) will decrease coverage by 0.01%.
Report is 1 commits behind head on main.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #837      +/-   ##
==========================================
- Coverage   63.37%   63.36%   -0.01%     
==========================================
  Files         341      341              
  Lines       11545    11553       +8     
  Branches     2108     2112       +4     
==========================================
+ Hits         7317     7321       +4     
- Misses       3654     3658       +4     
  Partials      574      574              

see 1 file with indirect coverage changes

Comment on lines +11 to +19
if: >
github.event.pull_request.merged
&& (
github.event.action == 'closed'
|| (
github.event.action == 'labeled'
&& contains(github.event.label.name, 'backport')
)
)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Curious why adding these part now?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Hailong-am Hailong-am merged commit 5cb1f98 into opensearch-project:main Aug 7, 2023
8 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants