diff options
author | Erik Johnston <erikj@matrix.org> | 2023-11-29 14:07:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-29 14:07:32 +0000 |
commit | 19dac974808dce222ffdb2e8a2b380fb0856378c (patch) | |
tree | 6ef5dd065a4240529e3ee659a5e5b2ff71d31ce0 /changelog.d | |
parent | Speed up pruning of `user_ips` table (#16667) (diff) | |
download | synapse-19dac974808dce222ffdb2e8a2b380fb0856378c.tar.xz |
Add a workflow to try and automatically fixup a PR (#16704)
Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16704.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16704.misc b/changelog.d/16704.misc new file mode 100644 index 0000000000..4dafb27fd8 --- /dev/null +++ b/changelog.d/16704.misc @@ -0,0 +1 @@ +Add a workflow to try and automatically fixup linting in a PR. |