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.
25 lines
685 B
25 lines
685 B
From ea5817de22075c8770775e8ee113a90417517fee Mon Sep 17 00:00:00 2001
|
|
From: Jan Macku <jamacku@redhat.com>
|
|
Date: Mon, 10 Jul 2023 12:31:05 +0200
|
|
Subject: [PATCH] ci: allow `RHEL-only` labels to mark downstream-only commits
|
|
|
|
RHEL-only
|
|
|
|
Related: #2170883
|
|
---
|
|
.github/advanced-commit-linter.yml | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/.github/advanced-commit-linter.yml b/.github/advanced-commit-linter.yml
|
|
index 491836abbb..327af0467a 100644
|
|
--- a/.github/advanced-commit-linter.yml
|
|
+++ b/.github/advanced-commit-linter.yml
|
|
@@ -6,6 +6,7 @@ policy:
|
|
exception:
|
|
note:
|
|
- rhel-only
|
|
+ - RHEL-only
|
|
tracker:
|
|
- keyword:
|
|
- 'Resolves: #?'
|