mirror of
https://git.proxmox.com/git/mirror_linux-firmware
synced 2025-05-24 22:57:40 +00:00
Merge branch 'mlimonci/robot-fix' into 'main'
Fix classification of some pull requests See merge request kernel-firmware/linux-firmware!53
This commit is contained in:
commit
1ee89a1127
@ -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
Block a user