From 93dccfffe14829ea0762a17dd66544b04a7469db Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Tue, 22 Oct 2024 18:14:27 +0200 Subject: [PATCH] chore(release-notes): notes for week 2024-43 weekly cherry pick Signed-off-by: Gergely Nagy --- release-notes/5621.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 release-notes/5621.md diff --git a/release-notes/5621.md b/release-notes/5621.md new file mode 100644 index 0000000000..973c6f880d --- /dev/null +++ b/release-notes/5621.md @@ -0,0 +1,5 @@ +fix: [commit](https://codeberg.org/forgejo/forgejo/commit/f3f386545ee97b91f1aaac4142480e70a443c655) Always update expiration time when creating an artifact, so that artifacts from re-ran jobs do not get lost. +fix: [commit](https://codeberg.org/forgejo/forgejo/commit/c163bf6fb55c922ab0cf552b47475fc8fc8b99d9) Remove the button toolbar when deleting a diff comment. +feat: [commit](https://codeberg.org/forgejo/forgejo/commit/c3741d7fb0114691da73f00ae0ac9dced87e884d) The `requested_reviewers` data is included in more webhook events. +fix: [commit](https://codeberg.org/forgejo/forgejo/commit/e8700cee612f0aa769dc6929772d9b04c6c21807) Run scheduled tasks against the latest commit. +feat: [commit](https://codeberg.org/forgejo/forgejo/commit/89446e60a6e7ec3441f0c480164c09851ae54ce7) Support migrating GitHub/GitLab PR draft status.