aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Limonciello <mario.limonciello@amd.com>2023-11-08 15:56:18 -0600
committerMario Limonciello <mario.limonciello@amd.com>2023-11-08 15:56:18 -0600
commitcc8a7d10241e540a0a074a091bdf000d52967a46 (patch)
treedd2e87f8ef8705db999f9035bb2a75ab27db785a
parent2340796dafd4343fa760e54b7551d304bd854b25 (diff)
downloadlinux-firmware-cc8a7d10241e540a0a074a091bdf000d52967a46.tar.gz
Fix classification of some pull requests
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
-rwxr-xr-xcontrib/process_linux_firmware.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/process_linux_firmware.py b/contrib/process_linux_firmware.py
index 663f4ca7..7d867a8d 100755
--- a/contrib/process_linux_firmware.py
+++ b/contrib/process_linux_firmware.py
@@ -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,
}