Skip to content

Commit

Permalink
Merge pull request #400 from iFixit/move-merge-conflict-pulls-out-of-…
Browse files Browse the repository at this point in the history
…qa-column

Pulldasher: Update QA Column Filtering
  • Loading branch information
deltuh-vee authored Dec 26, 2023
2 parents 692e0f3 + 585a488 commit a280d67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/pulldasher/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ function Pulldasher() {
!pull.isQaDone() &&
!pull.getDevBlock() &&
!pull.isDraft() &&
!pull.hasMergeConflicts() &&
pull.hasPassedCI()
);
const leadersCR = getLeaders(allPulls, (pull) => pull.status.allCR);
Expand Down

0 comments on commit a280d67

Please sign in to comment.