You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Certain projects may want an easy GitHub Actions workflow to require changelog entries for pull requests that are managed by go-changelog. Currently, this can be done, but requires some glue scripting, such as what is done by Consul.
It would be great if projects could quickly configure a workflow to enable this behavior. This could be potentially done along with other changelog checks as shown below:
For sure! The thinking here is having the actual GitHub Action side of things make this very simple for implementations and the underlying implementation can be whatever.
Description
Certain projects may want an easy GitHub Actions workflow to require changelog entries for pull requests that are managed by
go-changelog
. Currently, this can be done, but requires some glue scripting, such as what is done by Consul.It would be great if projects could quickly configure a workflow to enable this behavior. This could be potentially done along with other changelog checks as shown below:
References
The text was updated successfully, but these errors were encountered: