Skip to content

fix: Deprecate Ruby 3.0 and Drop support for Ruby 2.7 #107

fix: Deprecate Ruby 3.0 and Drop support for Ruby 2.7

fix: Deprecate Ruby 3.0 and Drop support for Ruby 2.7 #107

Workflow file for this run

name: Validate PR Title
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
runs-on: ubuntu-20.04
steps:
- name: Validate PR Title
uses: amannn/action-semantic-pull-request@v5.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
validateSingleCommit: true