This repository has been archived by the owner on Nov 18, 2024. It is now read-only.
Releases: bradennapier/eslint-plus-action
Releases · bradennapier/eslint-plus-action
v3.4.2
v3.4.2-beta.1
v3.4.1
v3.4.1-beta.2
v3
Features
- 🎉 Enable forked PR support through scheduled actions! See the readme for more details 🎉
- Issue Summary now defaults to editing the same comment in place when new runs occur. If you prefer the delete and re-create behavior you can set the
issueSummaryMethod
property in configuration torefresh
. - adding the
GITHUB_TOKEN
is now done by default and is not required in the configuration
Configuration Properties
- issueSummaryMethod
Bug Fixes
v3.4.1-beta.1
v3.4.0
v3.1.0
Features
issueSummaryOnlyOnEvent
will now scan and remove issues if there are no issues on the latest commit. This means that if an issue comment exists there are issues and once it is gone the PR is good to go.
Configuration Properties
Bug Fixes
issueSummaryOnlyOnEvent
was not listed in theaction.yml
- When using
reportWarningsAsErrors
, properly list as failures in the issue summary comment - Fixes a case where issue summaries can be duplicated if there are multiple updates caused in quick succession.
- Fixes an issue where manually deleting the issue summary would cause errors moving forward
v2
Features
Configuration Properties
See README for more details on the following properties
- reportIgnoredFiles
- reportSuggestions
- issueSummaryType
- reportIgnoredFiles
- reportWarningsAsErrors
- issueSummaryOnlyOnEvent
Bug Fixes
- Fix for not properly using the eslintignore file when checking the changed files
- General code cleanup and optimizations
- General build / run optimizations
v1
Initial Release