octue/generate-pull-request-description

Add example of providing the skip indicator in a workflow to readme

Opened this issue · 1 comments

Add example of providing the skip indicator in a workflow to readme
# This workflow updates the pull request description with an auto-generated section containing the categorised commit
# message headers of the commits since the last pull request merged into main. The auto generated section is enveloped
# between two comments: "<!--- START AUTOGENERATED NOTES --->" and "<!--- END AUTOGENERATED NOTES --->". Anything
# outside these in the description is left untouched. Auto-generated updates are skipped if
# "<!--- SKIP AUTOGENERATED NOTES --->" is added to the pull request description.