Sha256: e839780079a74d36021be9269ca90dfe615e2b2e245d6d2870c3526cc4c5e889

Contents?: true

Size: 350 Bytes

Versions: 5

Compression:

Stored size: 350 Bytes

Contents

name: Lint PR
on:
  pull_request_target:
    types: [ opened, edited, synchronize, reopened ]

jobs:
  validate:
    name: Validate title
    runs-on: ubuntu-latest
    steps:
      - uses: amannn/action-semantic-pull-request@v4
        with:
          types: chore docs fix feat test
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
twilio-ruby-5.68.0 .github/workflows/pr-lint.yml
twilio-ruby-5.67.3 .github/workflows/pr-lint.yml
twilio-ruby-5.67.2 .github/workflows/pr-lint.yml
twilio-ruby-5.67.1 .github/workflows/pr-lint.yml
twilio-ruby-5.67.0 .github/workflows/pr-lint.yml