From ad54f770d5da5c3eed8c0694fc5bcf3cd4e74d19 Mon Sep 17 00:00:00 2001 From: Maja Massarini Date: Tue, 5 May 2026 12:30:10 +0200 Subject: [PATCH] Add blogpost for week 18 --- weekly/2026/week-18.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 weekly/2026/week-18.md diff --git a/weekly/2026/week-18.md b/weekly/2026/week-18.md new file mode 100644 index 0000000000..bb1feb2e4a --- /dev/null +++ b/weekly/2026/week-18.md @@ -0,0 +1,13 @@ +--- +title: Week 18 in Packit +date: 2026-05-05 +authors: mmassari +tags: + - 2026-April + - 2026 + - April +--- + +## Week 18 (April 29th – May 5th) + +- The `/packit test` command now supports testing with builds from multiple pull requests. You can specify multiple PRs using the format `/packit test namespace/repo#123 namespace/repo#456` or GitHub URLs, allowing you to combine artifacts from several PRs in a single test run. ([packit-service#3118](https://github.com/packit/packit-service/pull/3118))