mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/
synced 2025-12-18 19:24:45 +08:00
Fix classification of some pull requests
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
This commit is contained in:
@@ -25,9 +25,9 @@ class ContentType(Enum):
|
|||||||
|
|
||||||
|
|
||||||
content_types = {
|
content_types = {
|
||||||
|
"are available in the Git repository at": ContentType.PULL_REQUEST,
|
||||||
"diff --git": ContentType.PATCH,
|
"diff --git": ContentType.PATCH,
|
||||||
"Signed-off-by:": ContentType.PATCH,
|
"Signed-off-by:": ContentType.PATCH,
|
||||||
"are available in the Git repository at": ContentType.PULL_REQUEST,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user