[#3] Trigger CI when a PR changes from draft to ready #542
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.
Notes for Reviewer
The handling of draft PR is improved and the CI is fully skipped instead of resulting in a failure, which spams the github notifications.
Additionally, with this change, it is sufficient to set a PR to
Ready for review
in order to trigger the CI instead of having to do a dummy push.Finally, the line breaks in bullet lists are also visible in the rendered markdown. Therefore the line limitation is suppressed for the PR template.
Prevent CI from running on each commit while the work is still in progress
Convert to draft
link, to indicatethat the work is not yet ready for review
Ready for Review
button and pusha final commit to trigger the CI
Pre-Review Checklist for the PR Author
SPDX-License-Identifier: Apache-2.0 OR MIT
iox2-123-introduce-posix-ipc-example
)[#123] Add posix ipc example
)breaking changes
task-list-completed
)Checklist for the PR Reviewer
Post-review Checklist for the PR Author
References
Relates to #3