commit:     6e8e14acc761c802d8a68ec406aa18087f54dc4f
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Sat Dec 23 09:30:54 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 23 16:05:03 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=6e8e14ac

.github/workflows: ignore more keywords for merge requests

* Avoids false positives while having a higher bar for the check failing.

Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Closes: https://github.com/gentoo/kde/pull/967
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .github/workflows/pkgcheck_merge.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/pkgcheck_merge.yaml 
b/.github/workflows/pkgcheck_merge.yaml
index c59b76d180..476e970446 100644
--- a/.github/workflows/pkgcheck_merge.yaml
+++ b/.github/workflows/pkgcheck_merge.yaml
@@ -14,4 +14,4 @@ jobs:
       - name: Run pkgcheck
         uses: pkgcore/pkgcheck-action@v1
         with:
-          args: --exit warning --commits HEAD^..${{ github.sha }}
+          args: --exit warning -k 
,-EmptyGlobalAssignment,-NonexistentBlocker,-UnknownCategoryDirs --commits 
HEAD^..${{ github.sha }}

Reply via email to