amoghrajesh commented on code in PR #51815:
URL: https://github.com/apache/airflow/pull/51815#discussion_r2153750470
##########
.github/workflows/helm-tests.yml:
##########
@@ -130,11 +130,10 @@ jobs:
SIGN_WITH: [email protected]
- name: "Fetch Git Tags"
run: git fetch --tags
- - name: "Test helm chart issue generation automatically"
- # Adding same tags for now, will address in a follow-up
+ - name: "Test helm chart issue generation"
run: >
- breeze release-management generate-issue-content-helm-chart
--limit-pr-count 10
- --latest --verbose
+ breeze release-management generate-issue-content-helm-chart
--limit-pr-count 2
+ --previous-release helm-chart/1.15.0 --current-release
helm-chart/1.16.0 --verbose
Review Comment:
I like this
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]