From f1cdc547988e1ae81bddea10f1cf3079ee0f60d0 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Thu, 7 Nov 2024 14:01:43 -0800 Subject: [PATCH] Sync over spellcheck additions Also fixup some yaml Signed-off-by: Tim Smith --- .github/actions/spelling/line_forbidden.patterns | 4 ++++ .github/workflows/cla.yaml | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/actions/spelling/line_forbidden.patterns b/.github/actions/spelling/line_forbidden.patterns index c610e6a..f2d73c5 100644 --- a/.github/actions/spelling/line_forbidden.patterns +++ b/.github/actions/spelling/line_forbidden.patterns @@ -166,6 +166,10 @@ # s.b. AlmaLinux \bAlma Linux\b +# s.b. CloudLinux +\bCloud Linux\b +\bCloudlinux\b + # s.b. openSUSE \bOpenSUSE\b diff --git a/.github/workflows/cla.yaml b/.github/workflows/cla.yaml index 00dfe5f..324503f 100644 --- a/.github/workflows/cla.yaml +++ b/.github/workflows/cla.yaml @@ -17,13 +17,13 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_ACCESS_TOKEN }} with: - path-to-signatures: 'signatures/version1/cla.json' - path-to-document: 'https://github.com/mondoohq/.github/blob/master/CLA.md' - custom-pr-sign-comment: 'I have read the Mondoo CLA Document and I hereby sign the CLA' - custom-notsigned-prcomment: 'Thank you for your submission, we really appreciate it. Before we can accept your contribution, we ask that you sign the [Mondoo Contributor License Agreement](https://github.com/mondoohq/.github/blob/master/CLA.md). You can sign the CLA by adding a new comment to this pull request and pasting exactly the following text.' + path-to-signatures: "signatures/version1/cla.json" + path-to-document: "https://github.com/mondoohq/.github/blob/master/CLA.md" + custom-pr-sign-comment: "I have read the Mondoo CLA Document and I hereby sign the CLA" + custom-notsigned-prcomment: "Thank you for your submission. We really appreciate it. Before we can accept your contribution, we ask that you sign the [Mondoo Contributor License Agreement](https://github.com/mondoohq/.github/blob/master/CLA.md). You can sign the CLA by adding a new comment to this pull request and pasting exactly the following text." remote-repository-name: cla remote-organization-name: mondoohq - branch: 'main' + branch: "main" allowlist: mondoo-tools,github-actions[bot],dependabot[bot] license-check: