You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
API Changes
Add githubPullRequests source type for TaskSpawners, enabling PR-driven workflows with filtering by review state, labels, draft status, and comment-based trigger/exclude. (#597)
Features
AgentConfig MCP servers now support headersFrom.secretRef and envFrom.secretRef to source header and environment values from Kubernetes Secrets. (#588)
Bug Fixes
Review comments on pull requests are now evaluated against TriggerComment and ExcludeComments filters in GitHubPullRequestSource. (#628)
Fix kelos get taskspawner to display the source column for taskspawners using githubPullRequests and jira sources. (#609)
Fix taskspawner unable to delete completed tasks for retrigger due to missing RBAC permission. (#614)