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.
29 lines
867 B
29 lines
867 B
1 year ago
|
From 7885b4384b422db6b2d6ad1771dc89c4a3c3461b Mon Sep 17 00:00:00 2001
|
||
|
From: Jan Macku <jamacku@redhat.com>
|
||
|
Date: Thu, 13 Jul 2023 14:21:20 +0200
|
||
|
Subject: [PATCH] ci: drop systemd-stable from advanced-commit-linter config
|
||
|
|
||
|
It's sufficient enough to check only the `systemd/systemd` repo.
|
||
|
|
||
|
Related to https://github.com/redhat-plumbers-in-action/advanced-commit-linter/issues/62
|
||
|
|
||
|
rhel-only
|
||
|
|
||
|
Related: #2170883
|
||
|
---
|
||
|
.github/advanced-commit-linter.yml | 1 -
|
||
|
1 file changed, 1 deletion(-)
|
||
|
|
||
|
diff --git a/.github/advanced-commit-linter.yml b/.github/advanced-commit-linter.yml
|
||
|
index 327af0467a..0fb74a9dc8 100644
|
||
|
--- a/.github/advanced-commit-linter.yml
|
||
|
+++ b/.github/advanced-commit-linter.yml
|
||
|
@@ -2,7 +2,6 @@ policy:
|
||
|
cherry-pick:
|
||
|
upstream:
|
||
|
- github: systemd/systemd
|
||
|
- - github: systemd/systemd-stable
|
||
|
exception:
|
||
|
note:
|
||
|
- rhel-only
|