Skip to content

Commit

Permalink
Introducing --latest for generate-issue-content-core command (apache#…
Browse files Browse the repository at this point in the history
…38250)

* Introducing --latest for generate-issue-content-core command

* updating the fallback to main

* Adding max-count

* using limit-pr-count instead

* making it as HEAD
  • Loading branch information
amoghrajesh authored Mar 26, 2024
1 parent 44d94d1 commit 9924bb6
Show file tree
Hide file tree
Showing 5 changed files with 74 additions and 31 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check-providers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ jobs:
--only-available-in-dist --disable-progress
- name: "Test airflow core issue generation automatically"
run: >
breeze release-management generate-issue-content-core
--previous-release 1.9.0 --current-release 1.10.0
breeze release-management generate-issue-content-core --limit-pr-count 25 --latest --verbose
- name: "Generate source constraints from CI image"
shell: bash
run: >
Expand Down
Loading

0 comments on commit 9924bb6

Please sign in to comment.