jsoref opened a new pull request, #3540: URL: https://github.com/apache/hive/pull/3540
### What changes were proposed in this pull request? * Refreshes the workflow based on https://github.com/check-spelling/spell-check-this/blob/744c66e2140fd8acaf5388efd0db3727d010d6e9/.github/workflows/spelling.yml * Upgrades the action from v0.0.20-alpha3 to v0.0.20 * I'm excluded the `serde/pom.xml` file as in v0.0.20 it's flagged for a lot of items -- https://github.com/check-spelling/hive/commit/e2674ef68eb5067875a4c9bda6d422a1300c27a7#commitcomment-81785338 -- and it didn't seem worth adding the items, if that isn't the desired state, the file can be removed from `excludes.txt` and `expect.txt` can be updated per the instructions from check-spelling. ### Why are the changes needed? Alpha releases were for interim development, some changes were made to how the action+workflow interact. Alpha releases are not intended to be supported indefinitely. I will probably disable the `v0.0.20-alpha*` releases at some point (people can still use them if they wish, but this is not recommended) ### Does this PR introduce _any_ user-facing change? 1. The failure seen here: https://github.com/apache/hive/actions/runs/2758523671 should no longer happen. The refreshed workflow will handle this differently. It may result in an annotation explaining that it's unhappy because there's a merge conflict. 2. The most recent PR comment from check-spelling should be collapsed as new runs occur for the PR. ### How was this patch tested? The last 4 runs in: https://github.com/check-spelling/hive/actions involved basic testing. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
