Sha256: d6742332f8d143aea5aa07f979d7e78c2e9fafee4463aa5be1ceb45c9deb0cd0

Contents?: true

Size: 337 Bytes

Versions: 2

Compression:

Stored size: 337 Bytes

Contents

name: Lint PR
on:
  pull_request_target:
    types: [ opened, edited, 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

2 entries across 2 versions & 1 rubygems

Version Path
twilio-ruby-5.66.2 .github/workflows/pr-lint.yml
twilio-ruby-5.66.1 .github/workflows/pr-lint.yml