matrix-org/sydent

Dependabot PRs fail changelog check CI

anoadragon453 opened this issue · 1 comments

PRs from @dependabot, such as #495, fail the changelog CI step due to not including a changelog in the required format for towncrier. This prevents the much more important tests CI step from running.

As a workaround, PR branches can (probably?) be pushed to in order to manually add a changelog. But ideally this would be automated.

We could do so with a github action, as suggested here.