Conversation
Contributor
|
Netlify Draft Deployment |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR enhances the Definition of Done workflow by adding a new trigger event and a conditional check to optimize execution.
- Added the ready_for_review event to the pull_request trigger, ensuring the workflow runs when a draft PR becomes ready for review.
- Introduced a conditional check on the check-dod job to run only when the pull request is not in draft status.
…y draft PR handling Refs: #7675
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.
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.
This pull request updates the
.github/workflows/dod-checker.ymlfile to enhance the behavior of the "Definition of Done" workflow by adding a new trigger and improving conditional execution.Workflow improvements:
ready_for_reviewevent type to thepull_requesttrigger, ensuring the workflow runs when a draft pull request is marked as ready for review.check-dodjob if the pull request is still in draft status, optimizing workflow execution.The A11y and PO reviews will only take place after all other DoD steps have been completed by the Developer: