Skip to content

Commit

Permalink
⬆️ Update repositories (#584)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>

Signed-off-by: GitHub <[email protected]>
Co-authored-by: mudler <[email protected]>
  • Loading branch information
ci-robbot and mudler committed Dec 24, 2022
1 parent 01c161f commit ccd636f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework-profile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ repositories:
priority: 2
urls:
- "quay.io/kairos/packages"
reference: 20221219084340-repository.yaml
reference: 20221222222856-repository.yaml
- !!merge <<: *kairos
arch: arm64
urls:
- "quay.io/kairos/packages-arm64"
reference: 20221219093935-repository.yaml
reference: 20221222223235-repository.yaml

1 comment on commit ccd636f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@check-spelling-bot Report

🔴 Please review

See the 📜action log or 👼 SARIF report for details.

Unrecognized words (1)

CODEOWNERS

Previously acknowledged words that are now absent allowlist Autolink Automerge bbfb bradleyfalzon checkbox cmp codeowners committers ded Dependabot ghinstallation gitignore goenv GVk Iiwid Ijoi ioutil Jjcm newreposecretwithxcrypto oauth omitempty ratelimits Rebasing renovatebot SCIM stringify structs styfle svg togithub webhook whitelist WZXIi XBk YXRl ZElu :arrow_right:
To accept ✔️ these unrecognized words as correct and remove the previously acknowledged and now absent words, run the following commands

... in a clone of the [email protected]:kairos-io/kairos.git repository
on the master branch (ℹ️ how do I use this?):

curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/main/apply.pl' |
perl - 'https://github.com/kairos-io/kairos/actions/runs/3770415096/attempts/1'
Available 📚 dictionaries could cover words not in the 📘 dictionary

This includes both expected items (675) from .github/actions/spelling/expect.txt and unrecognized words (1)

Dictionary Entries Covers
cspell:cpp/src/cpp.txt 30216 119
cspell:software-terms/src/software-terms.txt 1237 104
cspell:node/node.txt 1768 43
cspell:python/src/python/python-lib.txt 3873 39
cspell:php/php.txt 2597 36
cspell:aws/aws.txt 218 24
cspell:npm/npm.txt 288 23
cspell:typescript/typescript.txt 1211 19
cspell:node/src/node-old.txt 730 18
cspell:win32/src/win32.txt 53509 17

Consider adding them using (in .github/workflows/spelling.yml):

      with:
        extra_dictionaries:
          cspell:cpp/src/cpp.txt
          cspell:software-terms/src/software-terms.txt
          cspell:node/node.txt
          cspell:python/src/python/python-lib.txt
          cspell:php/php.txt
          cspell:aws/aws.txt
          cspell:npm/npm.txt
          cspell:typescript/typescript.txt
          cspell:node/src/node-old.txt
          cspell:win32/src/win32.txt

To stop checking additional dictionaries, add:

      with:
        check_extra_dictionaries: ''
If the flagged items are 🤯 false positives

If items relate to a ...

  • binary file (or some other file you wouldn't want to check at all).

    Please add a file path to the excludes.txt file matching the containing file.

    File paths are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your files.

    ^ refers to the file's path from the root of the repository, so ^README\.md$ would exclude README.md (on whichever branch you're using).

  • well-formed pattern.

    If you can write a pattern that would match it,
    try adding it to the patterns.txt file.

    Patterns are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your lines.

    Note that patterns can't match multiline strings.

Please sign in to comment.