Skip to content

Commit

Permalink
.github/workflows: ignore more keywords for merge requests
Browse files Browse the repository at this point in the history
* Avoids false positives while having a higher bar for the check failing.

Signed-off-by: Alfred Wingate <[email protected]>
Closes: #967
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
parona-source authored and thesamesam committed Dec 23, 2023
1 parent eb86d7c commit 6e8e14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkgcheck_merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 6e8e14a

Please sign in to comment.