pr-lint-action icon indicating copy to clipboard operation
pr-lint-action copied to clipboard

:octocat: PR lint for GitHub Actions

Results 13 pr-lint-action issues
Sort by recently updated
recently updated
newest added

Using the optional inputs results in a warning: `Warning: Unexpected input(s) 'title-regex-flags', 'error-message', valid inputs are ['entryPoint', 'args', 'title-regex']` I assume this is because they are not present in the...

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.6 to 1.9.1. Changelog Sourced from @​actions/core's changelog. 1.9.1 Randomize delimiter when calling core.exportVariable 1.9.0 Added toPosixPath, toWin32Path and toPlatformPath utilities #1102 1.8.2 Update to v2.0.1 of...

dependencies

## Description Currently, the provided example does not work. This is because in the [action.yml](https://github.com/seferov/pr-lint-action/blob/master/action.yml) file, the additional options aren't listed. Running the action with additional args results in an...

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.12.5 to 16.4.10. Commits See full diff in compare view [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=12.12.5&new-version=16.4.10)](https://dependabot.com/compatibility-score/?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=12.12.5&new-version=16.4.10) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.8.3 to 4.3.5. Release notes Sourced from typescript's releases. TypeScript 4.3.5 This release contains a bug fix for auto-imports on JSX components in the TypeScript language service....

dependencies

Bumps [prettier](https://github.com/prettier/prettier) from 2.1.2 to 2.3.2. Release notes Sourced from prettier's releases. 2.3.2 changelog v2.3.1 Changelog 2.3.0 diff 🔗 Release Notes 2.2.1 🔗 Changelog 2.2.0 diff 🔗 Release Notes Changelog...

dependencies

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.6 to 1.4.0. Changelog Sourced from @​actions/core's changelog. 1.4.0 Added the getMultilineInput function 1.3.0 Added the trimWhitespace option to getInput Added the getBooleanInput function 1.2.7 Prepend newline...

dependencies

Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) from 1.1.0 to 5.0.0. Changelog Sourced from @​actions/github's changelog. 5.0.0 Update @​actions/github to include latest octokit definitions Add urls to context 4.0.0 Add execution state information to context...

dependencies

Some issues were found in GitHub workflow(s). Please review the annotations and correct the issues. ``` .github/workflows/pr-lint.yml#L1 data/jobs/pr-lint should have required property 'timeout-minutes' ``` ``` name: PR Title lint on:...