chore(ci): Update check-spelling to 0.0.22#21733
Conversation
This reverts commit a0e5b97.
Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
Datadog ReportBranch report: ✅ 0 Failed, 7 Passed, 0 Skipped, 25.43s Total Time |
Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
| uses: check-spelling/check-spelling@v0.0.22 | ||
| with: | ||
| suppress_push_for_open_pull_request: 1 | ||
| suppress_push_for_open_pull_request: ${{ github.actor != 'dependabot[bot]' && 1 }} |
There was a problem hiding this comment.
| @@ -98,34 +98,39 @@ jobs: | |||
| use_sarif: ${{ (!github.event.pull_request || (github.event.pull_request.head.repo.full_name == github.repository)) && 1 }} | |||
| extra_dictionary_limit: 20 | |||
| extra_dictionaries: | |||
There was a problem hiding this comment.
v0.0.22 reorganized the cspell dictionaries signficantly as mentioned on https://github.com/check-spelling/check-spelling/releases/tag/v0.0.22 . I updated the list by removing all of them and looking at the suggestions from the check-spell action.
| @@ -1,5 +1,6 @@ | |||
| abcd | |||
There was a problem hiding this comment.
cspell dictionaries were changed so I think this resulted in more words needing to be added to the expect.txt. Updated by running the apply.pl suggestion from the check-spelling results.
| } | ||
| nonexistent: { | ||
| title: "Non-existent paths" | ||
| title: "Nonexistent paths" |
|
The last commit replaces the trigger to |
|
|
Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
|
Merged manually since the required changes to |
Summary
Updates the check-spelling action to 0.0.22
Change Type
Is this a breaking change?
How did you test this PR?
Replaced the trigger with
pull_requestso that it would run the workflow version from this PR. Successful run: https://github.com/vectordotdev/vector/actions/runs/11730011340/job/32676900007Does this PR include user facing changes?
Checklist
Cargo.lock), pleaserun
dd-rust-license-tool writeto regenerate the license inventory and commit the changes (if any). More details here.References
Reverts #21732