-
Notifications
You must be signed in to change notification settings - Fork 46
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
Add check spelling #177
Add check spelling #177
Conversation
1e31f08
to
f235a3b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much @jsoref for your quick response here! I left a few comments over there. Plz let me know your thoughts! Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm going to make a push that replaces the tags with shas and switches from checkout: true
to using a step w/ uses: actions/checkout@v3
f235a3b
to
cded756
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot @jsoref for the thorough work here! LGTM! I'll add a "couple" of folks to review this too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@baum please review too. |
@jsoref Is it possible to disable automatic content changes and instead opt for a spell-checking mechanism that highlights errors, requiring human intervention for any necessary corrections? |
@baum: check-spelling in this repository won't automatically make content changes -- if actions are enabled in forks, it will suggest them there -- #177 (comment) , but even then it doesn't automatically apply things, it merely suggests them (and its suggestions aren't fixes for typos, it merely assumes that the words people have added are intentional). That said, if that is too much, I can certainly remove: ceph-nvmeof/.github/workflows/spelling.yml Line 105 in cded756
and ceph-nvmeof/.github/workflows/spelling.yml Lines 121 to 145 in cded756
Happy to talk this over on Slack during the week if that's helpful. |
@jsoref Thank you for explanation 👍 |
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
cded756
to
d1adc8f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is ready to go. I'll start watching the repo for a month or so and I'm available by @jsoref
or on slack if people run into anything.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jsoref please merge. thank you!
closes #133