Skip to content

Add unresolved review comments check to auto-triage#63294

Merged
potiuk merged 1 commit intoapache:mainfrom
potiuk:add-unresolved-comments-triage-check
Mar 10, 2026
Merged

Add unresolved review comments check to auto-triage#63294
potiuk merged 1 commit intoapache:mainfrom
potiuk:add-unresolved-comments-triage-check

Conversation

@potiuk
Copy link
Member

@potiuk potiuk commented Mar 10, 2026

Add a new deterministic check to auto-triage that flags PRs with unresolved
inline review threads from maintainers.

  • Fetches review threads via batched GraphQL queries (chunks of 10 PRs)
  • Counts only unresolved threads started by collaborators/members/owners
  • Flags with "warning" severity and instructions to resolve conversations
  • Wired into Phase 3 alongside CI checks and merge conflict checks

Was generative AI tooling used to co-author this PR?
  • Yes — Claude Code (Claude Opus 4.6)

Generated-by: Claude Code (Claude Opus 4.6) following the guidelines

Add a new deterministic check that flags PRs with unresolved inline
review threads from maintainers. This helps ensure contributors
address reviewer feedback before PRs are re-reviewed.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@potiuk potiuk merged commit c682ae0 into apache:main Mar 10, 2026
125 of 127 checks passed
@potiuk potiuk deleted the add-unresolved-comments-triage-check branch March 10, 2026 20:52
@github-actions
Copy link

Backport failed to create: v3-1-test. View the failure log Run details

Note: As of Merging PRs targeted for Airflow 3.X
the committer who merges the PR is responsible for backporting the PRs that are bug fixes (generally speaking) to the maintenance branches.

In matter of doubt please ask in #release-management Slack channel.

Status Branch Result
v3-1-test Commit Link

You can attempt to backport this manually by running:

cherry_picker c682ae0 v3-1-test

This should apply the commit to the v3-1-test branch and leave the commit in conflict state marking
the files that need manual conflict resolution.

After you have resolved the conflicts, you can continue the backport process by running:

cherry_picker --continue

If you don't have cherry-picker installed, see the installation guide.

dominikhei pushed a commit to dominikhei/airflow that referenced this pull request Mar 11, 2026
Add a new deterministic check that flags PRs with unresolved inline
review threads from maintainers. This helps ensure contributors
address reviewer feedback before PRs are re-reviewed.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:dev-tools backport-to-v3-1-test Mark PR with this label to backport to v3-1-test branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants