Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR removes the bin/release script and modernizes the GitHub Action by updating dependencies, improving script robustness, adding new configuration options, and reorganizing documentation.
Changes:
- Removed
bin/releasescript in favor of automated GitHub workflow-based releases - Updated
script.shto use bash, added pipefail, improved reviewdog integration with piping, and added new fail_level/fail_on_error flags - Reorganized
action.ymlinputs alphabetically, updated author, added fail_level and fail_on_error inputs, upgraded reviewdog to v0.21.0 - Enhanced
README.mdwith better organized documentation, new fail_level/fail_on_error parameter docs, and added release process documentation - Updated workflow files to use major version tags instead of SHA pins, added new linting jobs (actionlint, alex)
Reviewed changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| bin/release | Deleted manual release script, replaced by automated workflow |
| script.sh | Modernized to bash, added pipefail, improved reviewdog piping, added new failure handling flags |
| action.yml | Reorganized inputs alphabetically, added fail_level/fail_on_error, upgraded reviewdog version, updated author |
| README.md | Reorganized documentation, added fail_level/fail_on_error docs, updated examples, added release process section |
| LICENSE | Added codeur to copyright |
| .github/workflows/reviewdog.yml | Reordered jobs, changed to major version tags, added actionlint and alex jobs |
| .github/workflows/release.yml | Updated to major version tags |
| .github/workflows/depup.yml | Updated to major version tags, changed action reference |
| .github/workflows/ci.yml | Updated to major version tags, added reporter and fail_level configs |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
🚀 [bumpr] Bumped! |
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.
No description provided.