Skip to content

Parse workflow log date filters as datetimes#1533

Draft
github-actions[bot] wants to merge 2 commits into
mainfrom
fix-workflow-log-date-filters-1532-438a6645e12623b1
Draft

Parse workflow log date filters as datetimes#1533
github-actions[bot] wants to merge 2 commits into
mainfrom
fix-workflow-log-date-filters-1532-438a6645e12623b1

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Parse --since, --until, and workflow run created_at values as timezone-aware datetimes before filtering.
  • Preserve inclusive date-only --until behavior by treating it as the end of the UTC day, and date-only --since as the start of the UTC day.
  • Add regression tests for offset-bearing ISO timestamps so chronological comparisons do not depend on string ordering.

Tests

  • UV_CACHE_DIR=/tmp/gh-aw/agent/uv-cache make test

Closes #1532


What is this? | From workflow: Trigger Framework Best Practices

Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.

github-actions Bot and others added 2 commits July 8, 2026 13:54
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[framework-best-practices] Parse workflow log date filters with datetime

0 participants