mirror of
https://github.com/sdras/awesome-actions.git
synced 2026-07-16 19:42:13 -05:00
[GH-ISSUE #461] Request: Action that provides commit suggestions on PRs based on linting #685
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @polarathene on GitHub (Aug 6, 2020).
Original GitHub issue: https://github.com/sdras/awesome-actions/issues/461
For linters like textlint where you may not want changes run prior to PR submission(eg manually invoked or pre-commit hook), a Github Action that can run the linter and for any
--fixsupported suggestions have thesuggestioncodefence syntax share those for the author to apply conditionally or discuss would be great.Additionally for linters such as eslint when a change doesn't have
--fixsupport, similar report could be shared in the PR, just without actionable commit suggestion UI.@sdras commented on GitHub (Aug 28, 2020):
This is not a place to request actions to be created, it's an aggregate of actions that have already been created. Closing as it's out of scope for the project.