Project Management Automation: Check error object for parsed errors#20014
Conversation
Co-Authored-By: Enrique Piqueras <epiqueras@users.noreply.github.com>
|
The failing build does not seem that it should be related, and is of the same sort of intermittent failure that #18773 had originally hoped to address (ZIP failure download). Since it's not related, and I don't think the E2E jobs are particularly relevant for this package, I'm going to merge anyways. |
|
The action ran successfully this time 🎉 https://github.com/WordPress/gutenberg/runs/424037572?check_suite_focus=true You can also see in the history of this pull request that the bot assigned the milestone: |
|
Nice work! |
|
Thanks for the timely reviews! The continued iterations would seem to highlight that this is worth some consideration about how to improve the workflow to changes (verifying correctness) in these automations. |
|
I think actions have a testing framework now. |
Previously: #20011
This pull request seeks to fix the check to determine whether an error thrown in the creation of the milestone during the
add-milestoneautomation task is an error representing a duplicate entity.Based on related resources, it should be the case that this can be determined using the parsed
errorsproperty of the error object.