Skip to content

fix: ignore edited issue comments in webhook routing#432

Merged
captainsafia merged 1 commit intomainfrom
oz-agent/implement-issue-421
May 5, 2026
Merged

fix: ignore edited issue comments in webhook routing#432
captainsafia merged 1 commit intomainfrom
oz-agent/implement-issue-421

Conversation

@oz-for-oss
Copy link
Copy Markdown
Contributor

@oz-for-oss oz-for-oss Bot commented May 4, 2026

Closes #421

Summary

  • Stop dispatching Oz workflows for edited issue_comment webhook events.
  • Document that issue comment routing only applies to created comments.
  • Add routing regression tests covering edited issue and PR comments with @oz-agent mentions.

Validation

  • python -m unittest tests.test_routing
  • python -m py_compile core/routing.py tests/test_routing.py

Notes

  • python -m pytest tests could not run in this sandbox because pytest is not installed, and dependency bootstrapping was unavailable (pip and ensurepip are missing).

Co-Authored-By: Oz <oz-agent@warp.dev>
Co-Authored-By: Safia Abdalla <captainsafia@users.noreply.github.com>
@oz-for-oss
Copy link
Copy Markdown
Contributor Author

oz-for-oss Bot commented May 5, 2026

@captainsafia

I ran into an unexpected error while working on this.

Powered by Oz

@captainsafia captainsafia merged commit 635469e into main May 5, 2026
5 checks passed
@captainsafia captainsafia deleted the oz-agent/implement-issue-421 branch May 5, 2026 16:18
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.

When a GitHub comment is edited, Oz simultaneously triages each edit separately, instead of cancelling its previous triage.

3 participants