Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create README.md #1

Open
wants to merge 4 commits into
base: prerelease
Choose a base branch
from
Open

Create README.md #1

wants to merge 4 commits into from

Conversation

jsoref
Copy link
Contributor

@jsoref jsoref commented Mar 14, 2024

No description provided.

README.md Fixed Show fixed Hide fixed
README.md Fixed Show fixed Hide fixed

This comment has been minimized.

@@ -0,0 +1,5 @@
# examples-testing-1

The quuick brown fox jups over the lazy dog.

Check failure

Code scanning / check-spelling

Unrecognized Spelling Error

jups is not a recognized word. (unrecognized-spelling)
@@ -0,0 +1,5 @@
# examples-testing-1

The quuick brown fox jups over the lazy dog.

Check failure

Code scanning / check-spelling

Unrecognized Spelling Error

quuick is not a recognized word. (unrecognized-spelling)
Copy link

@check-spelling-bot Report

🔴 Please review

See the 📂 files view, the 📜action log, or 📝 job summary for details.

Unrecognized words (2)

jups
quuick

To accept these unrecognized words as correct, you could run the following commands

... in a clone of the git@github.com:check-spelling/examples-testing-1.git repository
on the typing-test branch (ℹ️ how do I use this?):

curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/prerelease/apply.pl' |
perl - 'https://github.com/check-spelling/examples-testing-1/actions/runs/8287477679/attempts/1'

OR

To have the bot accept them for you, comment in the PR quoting the following line:
@check-spelling-bot apply updates.

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.

🚂 If you're seeing this message and your PR is from a branch that doesn't have check-spelling,
please merge to your PR's base branch to get the version configured for your repository.

@jsoref
Copy link
Contributor Author

jsoref commented Mar 14, 2024

@check-spelling-bot apply updates.

Copy link

@check-spelling-bot: Could not perform request.

The referenced report comment is hidden (outdated). This probably means the referenced report has been obsoleted by a more recent push & review. Did you mean to apply the most recent report (#1 (comment))?

See log for details.

@jsoref
Copy link
Contributor Author

jsoref commented Mar 14, 2024

@check-spelling-bot apply updates.

Copy link

@check-spelling-bot: Could not perform request.

The referenced report comment is hidden (outdated). This probably means the referenced report has been obsoleted by a more recent push & review. Did you mean to apply the most recent report (#1 (comment))?

See log for details.

Copy link

@check-spelling-bot: Could not perform request.

The referenced report comment #1 (comment) is hidden (outdated). This probably means the referenced report has been obsoleted by a more recent push & review. Did you mean to apply the most recent report (#1 (comment))?

See log for details.

@jsoref
Copy link
Contributor Author

jsoref commented Mar 14, 2024

@check-spelling-bot apply updates.

@jsoref
Copy link
Contributor Author

jsoref commented Mar 14, 2024

Test

@jsoref
Copy link
Contributor Author

jsoref commented Mar 14, 2024

No description provided.

1 similar comment
@jsoref
Copy link
Contributor Author

jsoref commented Mar 14, 2024

No description provided.

Copy link

@check-spelling-bot: Could not perform request.

Did not find match for /https://github.com/check-spelling-sandbox/examples-testing-1/pull/1#issuecomment-(\d+)|https://api.github.com/repos/check-spelling-sandbox/examples-testing-1/comments/(\d+)|https://api.github.com/repos/check-spelling-sandbox/examples-testing-1/issues/comments/(\d+)/ in comment.

See log for details.

Copy link

@check-spelling-bot: Could not perform request.

Did not find match for /https://github.com/check-spelling-sandbox/examples-testing-1/pull/1#issuecomment-(\d+)|https://api.github.com/repos/check-spelling-sandbox/examples-testing-1/comments/(\d+)|https://api.github.com/repos/check-spelling-sandbox/examples-testing-1/issues/comments/(\d+)/ in comment.

See log for details.

@jsoref

This comment has been minimized.

Update for https://github.com/check-spelling-sandbox/examples-testing-1/actions/runs/8287121292/attempts/1
Accepted in #1 (comment)

Signed-off-by: check-spelling-bot <check-spelling-bot@users.noreply.github.com>
on-behalf-of: @check-spelling <check-spelling-bot@check-spelling.dev>
Copy link

⌛ check-spelling changes applied

As configured, the commit pushed by @check-spelling-bot to GitHub doesn't trigger GitHub workflows due to a limitation of the @github-actions system.

Users with the Admin role can address this for future interactions 🪄

Create a deploy key and secret

(
  set -e
  brand=check-spelling; repo='check-spelling-sandbox/examples-testing-1'; SECRET_NAME=CHECK_SPELLING
  cd "$(mktemp -d)"
  ssh-keygen -f "./$brand" -q -N "" -C "$brand key for $repo"
  gh repo deploy-key add "./$brand.pub" -R "$repo" -w -t "$brand-talk-to-bot"
  gh secret -R "$repo" set "$SECRET_NAME" < "./$brand"
)

Configure update job in workflow to use secret

If the .github/workflows/spelling.yml workflow Update PR job doesn't already have the check-spelling/with/ssh_key, then add them:

    name: Update PR
    ...
    steps:
    ...
    - name: apply spelling updates
      uses: ${action_ref:-check-spelling/check-spelling@...}
      with:
        checkout: true
+       ssh_key: "${{ secrets.CHECK_SPELLING }}"

To trigger another validation round and hopefully a ✅, please add a blank line, e.g. to .github/actions/spelling/expect.txt and commit the change.

Copy link

@check-spelling-bot: Could not perform request.

Found a GitHub summary for repo https://github.com/check-spelling/examples-testing-1/actions/runs/8287121292/attempts/1 but expected repo check-spelling-sandbox/examples-testing-1. This could be because the repository was moved or renamed, or it could just be from the wrong repository. Look in the checks tab for the latest check-spelling report.

See log for details.

Copy link

@check-spelling-bot: Could not perform request.

Found a GitHub summary for repo check-spelling/examples-testing-1 but expected repo check-spelling-sandbox/examples-testing-1. This could be because the repository was moved or renamed, or it could just be from the wrong repository. Look in the checks tab for the latest check-spelling report.

See log for details.

Copy link

@check-spelling-bot: Could not perform request.

Found a GitHub summary for repo check-spelling/examples-testing-1 but expected repo check-spelling-sandbox/examples-testing-1. This could be because the repository was moved or renamed, or it could just be from the wrong repository. Look in the checks tab for the latest check-spelling report.

See log for details.

Copy link

@check-spelling-bot: Could not perform request.

Found a GitHub summary for repo check-spelling/examples-testing-1 but expected repo check-spelling-sandbox/examples-testing-1. This could be because the repository was moved or renamed, or it could just be from the wrong repository. Look in the checks tab for the latest check-spelling report.

See log for details.

@jsoref
Copy link
Contributor Author

jsoref commented Mar 20, 2024

@check-spelling-bot apply updates.

Copy link

@check-spelling-bot: Could not perform request.

Found a GitHub summary for repo check-spelling/examples-testing-1 but expected repo check-spelling-sandbox/examples-testing-1. This could be because the repository was moved or renamed, or it could just be from the wrong repository. Look in the checks tab for the latest check-spelling report.

See log for details.

@jsoref
Copy link
Contributor Author

jsoref commented Mar 20, 2024

@check-spelling-bot apply updates.

Copy link

@check-spelling-bot: Could not perform request.

Did not find match for /https://github.com/check-spelling-sandbox/examples-testing-1/pull/1#issuecomment-(\d+)|https://api.github.com/repos/check-spelling-sandbox/examples-testing-1/comments/(\d+)|https://api.github.com/repos/check-spelling-sandbox/examples-testing-1/issues/comments/(\d+)/ in comment.

See log for details.

@jsoref
Copy link
Contributor Author

jsoref commented Mar 20, 2024

@check-spelling-bot apply #1 (comment).

Copy link

@check-spelling-bot: Could not perform request.

The referenced report comment #1 (comment) is hidden (outdated). This probably means the referenced report has been obsoleted by a more recent push & review. Did you mean to apply the most recent report (#1 (comment))?

See log for details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant