-
Notifications
You must be signed in to change notification settings - Fork 367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ensure appliedTo and priority is required for ACNP #1359
Conversation
Thanks for your PR. The following commands are available:
|
Codecov Report
@@ Coverage Diff @@
## master #1359 +/- ##
==========================================
- Coverage 64.62% 64.35% -0.28%
==========================================
Files 159 159
Lines 12674 12674
==========================================
- Hits 8191 8156 -35
- Misses 3630 3661 +31
- Partials 853 857 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
|
/test-all |
1 similar comment
/test-all |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Ensure appliedTo and priority is required for ACNP
Ensure appliedTo and priority is required for ACNP
Update yaml to ensure appliedTo and Priority is required for ACNP as is the case with ANP. Add an e2e test to validate this
scenario.