| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-22 | 596 Bytes | |
| v6.10.7 source code.tar.gz | 2026-04-22 | 499.4 kB | |
| v6.10.7 source code.zip | 2026-04-22 | 578.7 kB | |
| Totals: 3 Items | 1.1 MB | 2 | |
6.10.7
- Fix message resolving as null for non-default-branch GitHub Actions builds by falling through to git log when pull_request.title is null [by @lencioni in [#481]]
- Add head_commit.message as a message source for push events on GitHub Actions before falling back to git log for better reliability in shallow-clone environments [by @lencioni in [#481]]
- Add merge_group.head_commit.message as a message source for merge queue builds [by @lencioni in [#481]]
- Update GitHubEvent type to accurately reflect that title can be null per the GitHub API [by @lencioni in [#481]]