You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
586 B
21 lines
586 B
6 months ago
|
From afb45c747f66526ec015372155c08baf74f4b988 Mon Sep 17 00:00:00 2001
|
||
|
From: Jan Macku <jamacku@redhat.com>
|
||
|
Date: Mon, 4 Mar 2024 13:37:41 +0100
|
||
|
Subject: [PATCH] ci: add configuration for regression sniffer GA
|
||
|
|
||
|
rhel-only
|
||
|
|
||
|
Related: RHEL-1086
|
||
|
---
|
||
|
.github/regression-sniffer.yml | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
create mode 100644 .github/regression-sniffer.yml
|
||
|
|
||
|
diff --git a/.github/regression-sniffer.yml b/.github/regression-sniffer.yml
|
||
|
new file mode 100644
|
||
|
index 0000000000..3824028e92
|
||
|
--- /dev/null
|
||
|
+++ b/.github/regression-sniffer.yml
|
||
|
@@ -0,0 +1 @@
|
||
|
+upstream: systemd/systemd
|