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

ci(helm): configure target branch name for helm linting #863

Merged
merged 1 commit into from
Jan 20, 2025

Conversation

Alputer
Copy link
Member

@Alputer Alputer commented Jan 20, 2025

Our current helm linting github action looks for main branch. However, we are using master branch. We should explicitly specify helm in target-branch field.

@Alputer Alputer requested a review from tiborsimko January 20, 2025 14:18
@Alputer Alputer self-assigned this Jan 20, 2025
Alputer added a commit to Alputer/reana that referenced this pull request Jan 20, 2025
@Alputer Alputer changed the title ci(helm): use master branch in helm linting (#863) ci(helm): use master branch in helm linting Jan 20, 2025
@@ -2,3 +2,4 @@ validate-maintainers: false
check-version-increment: false
chart-dirs:
- helm
target-branch: master
Copy link
Member

Choose a reason for hiding this comment

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

todo: A suggested to make the ‏commit message headline a bit more explicit, for example: ci(helm): configure target branch name for helm linting (#863).

@Alputer Alputer changed the title ci(helm): use master branch in helm linting ci(helm): configure target branch name for helm linting Jan 20, 2025
@tiborsimko tiborsimko merged commit e2b6037 into reanahub:master Jan 20, 2025
15 checks passed
Copy link

codecov bot commented Jan 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 31.07%. Comparing base (51c3a11) to head (e2b6037).
Report is 2 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #863   +/-   ##
=======================================
  Coverage   31.07%   31.07%           
=======================================
  Files          26       26           
  Lines        2491     2491           
=======================================
  Hits          774      774           
  Misses       1717     1717           

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.

2 participants