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
3 changes: 2 additions & 1 deletion .github/workflows/assign-reviews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ jobs:
# Need Reviewer Action

Find all open PRs where:
1. The PR is waiting for review (there are no open review comments or change requests)
1. The PR is waiting for review (there are no open review comments or change requests, and no human reviewer's latest submitted review is
APPROVED; ignore approvals from automation/bot accounts for this check)
2. The PR is in a "clean" state (CI passing, no merge conflicts)
3. The PR is not marked as draft (draft: false)
4. The PR has had no activity (comments, commits, reviews) for more than 3 days.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ jobs:
# Need Reviewer Action

Find all open PRs where:
1. The PR is waiting for review (there are no open review comments or change requests)
1. The PR is waiting for review (there are no open review comments or change requests, and no human reviewer's latest submitted review is
APPROVED; ignore approvals from automation/bot accounts for this check)
2. The PR is in a "clean" state (CI passing, no merge conflicts)
3. The PR is not marked as draft (draft: false)
4. The PR has had no activity (comments, commits, reviews) for more than 3 days.
Expand Down
Loading