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/ci-feedback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
timeout-minutes: 3
steps:
# Trusted immutable action code only. No checkout of the triggering PR.
- uses: NDDev-OpenNetwork/github-actions/actions/ci-feedback@46c162acf164682bd21bfc74f8e8ce21bffc4a02 # commit:46c162acf164682bd21bfc74f8e8ce21bffc4a02
- uses: NDDev-OpenNetwork/github-actions/actions/ci-feedback@974316b12877d92ec891fec4140679a22fd1df00 # commit:974316b12877d92ec891fec4140679a22fd1df00
with:
run-id: ${{ inputs.run-id }}
run-attempt: ${{ inputs.run-attempt }}
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,9 @@ Versioning.

## [Unreleased]

- Converge reviewed benchmark dependency updates on Bun 1.3.14, explicitly load
runtime/test ambient types for TypeScript 7, and consume the complete feedback publisher.

- Preserve every early CI failure with exact per-job issue identities, legacy
snapshot adoption, closed-issue deduplication and bounded independent delivery
budgets supplied by durable polling executors.
Expand Down
Loading
Loading