From 402630bc5b32ea4cd45a4bca173a4efae6cb2619 Mon Sep 17 00:00:00 2001 From: Vladislav Yakimchik <31860804+vyakimchik@users.noreply.github.com> Date: Thu, 24 Oct 2024 10:00:08 +0300 Subject: [PATCH 1/2] Reverted param --- p-process.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/p-process.yml b/p-process.yml index bedca1f..1517255 100644 --- a/p-process.yml +++ b/p-process.yml @@ -355,10 +355,6 @@ components: but allows more stability in output image quality. Disabled by default." type: boolean # default false - forceBarcodeChecks: - description: "Allows you to fail both the Barcode format check and overall statuses of the document if the Digital signature check is not performed" - type: boolean - # default: false parseBarcodes: description: "This option can be disabled to stop parsing after barcode is read. Enabled by default." type: boolean From dd7782769588a214ab55a961f109855e839460e1 Mon Sep 17 00:00:00 2001 From: DMITRY MATYUGIN <29651624+DmitryMatyugin@users.noreply.github.com> Date: Mon, 28 Oct 2024 15:34:56 +0300 Subject: [PATCH 2/2] Create CODEOWNERS --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..5a51e66 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @ikliashchou