Closed hasundue closed 3 months ago
The recent changes to the GitHub Actions workflow streamline dependency management by replacing the denoland/setup-deno
action with hasundue/molt-action
. This alteration simplifies the process by removing unnecessary steps related to Git configuration and dependency updates. Additionally, enhancements for security in creating pull requests have been introduced, indicating a focus on a more efficient and secure automation process.
Files | Change Summary |
---|---|
.github/workflows/update.yml |
Replaced denoland/setup-deno with hasundue/molt-action ; removed multiple steps for Git and dependencies; modified pull request creation to include a security token. |
🐇 In a world of code, so bright and new,
A hop of change brings a streamlined view.
With actions swift and a token in hand,
We leap towards efficiency, oh so grand!
So let's rejoice in this tidy update,
A rabbit's cheer for a simpler fate! 🎉
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Same as https://github.com/vim-denops/denops.vim/pull/399, but some options are unnecessary for this repo, where dependencies are manifested in
deno.jsonc
Summary by CodeRabbit
New Features
Bug Fixes