summary refs log tree commit diff
path: root/changelog.d/12879.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Avoid attempting to delete push actions for remote users. (#12879)Patrick Cloke2022-05-261-0/+1
Remote users will never have push actions, so we can avoid a database round-trip/transaction completely.