Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add GitHub action to validate staged changelogs
This adds a GitHub action that checks for staged changelogs. If they aren't present, it posts a reminder comment to add them. It does *not* fail the build because there are valid cases where a changelog is not desired. If there are changelog entries present, it ensures that they have a pull request associated with them. If they don't, it posts a pr comment with a change suggestion that adds it in. It still does not fail the build because maybe there's a reason not to add it.
- Loading branch information