Sha256: 14816aa2df5211b09c1fb39cbcd054e40aa53f332aa784364804f2bf335d5661

Contents?: true

Size: 332 Bytes

Versions: 4

Compression:

Stored size: 332 Bytes

Contents

name: PR Validations

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: '^\[RELEASE|NO-TICKET|DL|UDL|AD|DU|AR|IN|CON|DIS|AS|MT|SCR|DEL-\d*\](\ )'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
erp_integration-0.25.0 .github/workflows/pull_requests.yml
erp_integration-0.24.0 .github/workflows/pull_requests.yml
erp_integration-0.23.0 .github/workflows/pull_requests.yml
erp_integration-0.22.0 .github/workflows/pull_requests.yml