ynput / ops-repo-automation

Collection of automation tools and github-workflows for Ayon related repositories.
0 stars 0 forks source link

Workflow to automatically verify PR comments content #8

Open philnewm opened 2 months ago

philnewm commented 2 months ago

Is there an existing issue for this?

Please describe the enhancement you have in mind and explain what the current shortcomings are?

A release trigger should be capable of reading a change description to add it to the release changelog. This requires the PR template to be standardized and have the expected formatting. Otherwise this might just not work sicne PR comments can be freely edited.

How would you imagine the implementation of the enhancement?

A workflow is required which checks if the chnage description does exist and if it's differetn from the default value.

Are there any labels you wish to add?

Describe alternatives you've considered:

No response

Additional context:

No response