Łukasz Mitka
Łukasz Mitka
### TL;DR Add option to provide excludes on command line and config file. ### Detailed design ```markdown I don't want to go over dozens of workflows adding comments here and...
I'd like to request a new feature: parallel submodules update. Why: speed up checkout process. How: config option to allow specifying number of jobs for submodules update. Docs: * https://git-scm.com/docs/git-submodule#Documentation/git-submodule.txt---jobsltngt...
Improvement idea: switch from `comment_includes` to `comment_tag` If message body had something like this appended `` it would be easy to precisely select comment for editing and wouldn't be visible...
Turns out for busy repos the default timestamp costs quite a lot since cache gets dropped a lot, thus increasing build times. Please consider setting `append-timestamp` to `false` by default....
**Description** Validation fails on checking valid enterprise sso users Example: `@user-name-can-be-very-long_and-has-underscore` Validation fails after adding SSO user to CODEOWNERS file. **Expected result** User should be validated successfully. **Actual result** Fails...
`problem-matcher.json` doesn't capture severity so all findings are treated as errors. Please capture severity and set it. https://github.com/actions/toolkit/blob/main/docs/problem-matchers.md
Scenario: 1. Create config file with some ignores 2. Have a Dockerfile with some issues that should be ignored. 3. Run hadolint/hadolint-action 4. Job succeeds as findings are ignorred 5....
Since this repository [isn't maintained anymore](https://github.com/atlassian/gajira-create/pull/57), could you point users to a maintained solution?
Instead of requiring users to setup cache and call init just do it as part of this action. ```yaml - uses: actions/cache@v3 name: Cache plugin dir with: path: ~/.tflint.d/plugins key:...