.github/workflows/pr-lint.yml in twilio-ruby-5.73.2 vs .github/workflows/pr-lint.yml in twilio-ruby-5.73.3

- old
+ new

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