Fix classification of some pull requests
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
This commit is contained in:
parent
2340796daf
commit
cc8a7d1024
|
@ -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,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue