Sha256: 92c06a1f7344db2d654e469bc4979b409de895f89377532479f516257b3d7f0a

Contents?: true

Size: 339 Bytes

Versions: 4

Compression:

Stored size: 339 Bytes

Contents

name: "Lint PR"

on:
  pull_request_target:
    types:
      - opened
      - edited
      - synchronize

permissions:
  pull-requests: read

jobs:
  main:
    name: Validate PR title
    runs-on: ubuntu-latest
    steps:
      - uses: amannn/action-semantic-pull-request@v5
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
sequra-style-1.3.0 .github/workflows/pr_title_validation.yml
sequra-style-1.1.0 .github/workflows/pr_title_validation.yml
sequra-style-1.0.3 .github/workflows/pr_title_validation.yml
sequra-style-0.2.0 .github/workflows/pr_title_validation.yml