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

required property 'timeout-minutes'

Open ahmadhasankhan opened this issue 3 years ago • 0 comments

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:
  pull_request:
    types: ['opened', 'edited', 'reopened', 'synchronize']

jobs:
  pr-lint:
    runs-on: ubuntu-latest
    steps:
      - uses: seferov/pr-lint-action@master
        with:
          title-regex: '^(build|ci|docs|feat|fix|perf|refactor|style|test):\sTICK-\d{1,4}\s.*'
          error-message: 'Please fix the PR title'

ahmadhasankhan avatar Feb 11 '21 18:02 ahmadhasankhan