This repository has been archived by the owner on Mar 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 100
fix(WorkItemFilters): Support multiple workItem filters #1429
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
spread out the filters before pushing
Thank you @brandonmikeska for this first contribution! |
brandonmikeska
changed the title
Fix multiple workItem filters
fix(WorkItemFilters): Support multiple workItem filters
Oct 20, 2023
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1429 +/- ##
=======================================
Coverage 46.86% 46.86%
=======================================
Files 70 70
Lines 2665 2665
Branches 313 313
=======================================
Hits 1249 1249
Misses 1386 1386
Partials 30 30 ☔ View full report in Codecov by Sentry. |
Reviewpad Report
spread out the filters before pushing' (801656d)
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
spread out the filters before pushing
Summary generated by Reviewpad on 24 Oct 23 02:11 UTC
This pull request fixes an issue with multiple workItem filters. The patch spreads out the filters before applying them.
Checklist
All items have to be completed before a PR is merged