Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/bot-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflows:
- "PR Formatting"
- "PR Changelog Check"
- "Hiero Solo Integration Tests"
- "Hiero Solo Integration & Unit Tests"
- "Run Examples"
types:
- completed
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
- Added workflow to prevent assigning intermediate issues to contributors without prior Good First Issue completion (#1143).

### Changed

-Update GitHub workflow names in `.github/workflows/bot-workflows.yml` to match correct references [(#1284)]
- Renamed templates for improved clarity [(#1265)]
- Updated Good First Issue notifications to trigger only after the first comment is posted, reducing noise on unassigned issues.(#1212)
- Bumped requests from 2.32.3 to 2.32.4 to 2.32.5
Expand Down