Update check-spelling/check-spelling action to v0.0.25#495
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Update check-spelling/check-spelling action to v0.0.25#495renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
This comment has been minimized.
This comment has been minimized.
a35ce83 to
72ce14c
Compare
@check-spelling-bot Report🔴 Please reviewSee the 📂 files view, the 📜action log, or 📝 job summary for details.Unrecognized words (4)optimisation To accept these unrecognized words as correct, you could run the following commands... in a clone of the git@github.com:hmcts/hmcts.github.io.git repository curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/v0.0.24/apply.pl' |
perl - 'https://github.com/hmcts/hmcts.github.io/actions/runs/11631456446/attempts/1'
🖊️ Please consider adding a word to the allow list if it is flagged as a spelling error but is genuinely used within the project. |
72ce14c to
4cd1602
Compare
4cd1602 to
4843a65
Compare
4843a65 to
197d06e
Compare
197d06e to
b6b7b4e
Compare
b6b7b4e to
4ada3be
Compare
4ada3be to
6c62d0f
Compare
6c62d0f to
516bb8c
Compare
516bb8c to
3fa582b
Compare
3fa582b to
b65529f
Compare
b65529f to
9f06b27
Compare
9f06b27 to
b354732
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.0.23→v0.0.25Release Notes
check-spelling/check-spelling (check-spelling/check-spelling)
v0.0.25: Release 0.0.25Compare Source
pull_request_targetconfiguration is no longer honored by the base branch, it's now taken from the default branch. The next version of check-spelling will rework this.⏩ Upgrading
🐣 Breaking Changes
If you use SARIF reporting, then instead of the workflow yielding an ❌ when it fails, it will rely on github-advanced-security 🤖 to report the failure. You will need to adjust your checks for PRs.
use_sarif: ...and are using a ruleset, you'll want to change the value touse_sarif: 1instead of a complicated rule, because otherwisegithub-advanced-securitywill only run sometimes and that will make PRs unmergable.on: schedulewhitelist.txtandadvice.txtcheck-spelling/checkout-merge@46bad523dcb6368efab50ff2729c00443785abca(if you runon: pull_request/on: pull_request_targetand usewith:/checkout: true)✨ New Features
submodulesonly_check_changed_filesfinds unrecognized words (#86)unknown_file_word_limitto limit the number of times a path in a filename is reported when usingcheck_file_namescheckout: truefor newmissing-checkouterror casesingle-line-fileDictionaries
fallback-dictionary-not-foundhandlingHunspell dictionaries
.dic/.affdictionaries by installing hunspell as needed (#79 / #90)Fixes
check_for_newline_at_eofforallow.txt(#81)inputs.ignoredeventsinputs.debughandlingnoisy-file-listhandlingonly_check_changed_fileswhen unshallowing#) support for expect filestoken-is-substringwarningImprovements
30xredirectsWe'dMessages
`sLineforcandidate-patternignored-expect-variantas a warningSARIF
/code-scanning/analysisdirectly#in filenames (#82)noteseverity forno-files-to-checkdefaultConfiguration.levelwhenproblem.severityis absentCandidate patterns
#to suppress candidates (you can do this for forbidden patterns too, but this version won't suggest that)Apply
Summary Tables
Checkout
Testing
jdwithTest::More::is_deeplyUpgrade components
🐛 Known Issues
on: pull_request/on: pull_requesrt_targetand usewith:/checkout: true, you will need to allowcheck-spelling/checkout-merge@46bad523dcb6368efab50ff2729c00443785abcaotherwise you will probably encounter:actas of v0.2.77 is not supported withcheckout: true(there's a PR toactto fix this)check_file_names:, instead, it will suggest excluding a file in/tmp/check-spelling/GITHUB_OWNER/REPOSITORY_NAME/paths-of-checked-files.txt(likely escaped)Full Changelog
Full Changelog: check-spelling/check-spelling@v0.0.24...v0.0.25
v0.0.24: Release 0.0.24Compare Source
⏩ Upgrading
✨ Highlights
pushevents and workflows that usecheckout: true\r) should be properly handled (previously they'd erroneously trigger aminified-filewarning)🐛 Known issues
Check the list of regressions with target milestone v0.0.25 for more information about issues that should be fixed soon.
.dic) support is broken #79ignore-pattern#80#) trigger errors -- note that automatic sorting moves the#lines to the top making them fairly useless so using comments isn't really recommended anyway.##82+1character #83make sense as the Windows and macOS runners are much more expensive per minute and check-spelling
itself doesn't need any facilities from the OS -- it should be checking the spelling of files
as they are present in commits.
Full Changelog
Configuration
📅 Schedule: Branch creation - "after 7am and before 11am every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.