mirror of
https://gitlab.com/kernel-firmware/linux-firmware.git
synced 2025-12-10 07:44:48 +01: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
1 changed files with 1 additions and 1 deletions
|
|
@ -25,9 +25,9 @@ class ContentType(Enum):
|
|||
|
||||
|
||||
content_types = {
|
||||
"are available in the Git repository at": ContentType.PULL_REQUEST,
|
||||
"diff --git": ContentType.PATCH,
|
||||
"Signed-off-by:": ContentType.PATCH,
|
||||
"are available in the Git repository at": ContentType.PULL_REQUEST,
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue