This repository was archived by the owner on Nov 1, 2023. It is now read-only.
Add optional condition when updating/re-opening Work Items#3227
Merged
tevoinea merged 7 commits intoJun 28, 2023
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3227 +/- ##
==========================================
+ Coverage 29.55% 29.65% +0.10%
==========================================
Files 332 332
Lines 39199 39211 +12
==========================================
+ Hits 11584 11629 +45
+ Misses 27615 27582 -33
|
Porges
reviewed
Jun 27, 2023
kananb
approved these changes
Jun 27, 2023
Porges
approved these changes
Jun 27, 2023
Merged
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Summary of the Pull Request
What is this about?
Work Items marked as "Won't Fix" or similar shouldn't be re-opened. Our AdoTemplate didn't have an affordance for that capability.
This PR adds an "Unless" field to on_duplicate. When all of the fields and values in "Unless" match the work item, we will skip updating it.
PR Checklist
Info on Pull Request
What does this include?
Validation Steps Performed
How does someone test & validate?