Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

ci: added an arm64 test #456

ci: added an arm64 test

ci: added an arm64 test #456

# Check PR title for conventional commits
name: Check PR title
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
# cancel redundant builds
concurrency:
group: "title-checker-${{ github.ref }}"
cancel-in-progress: true
jobs:
title_check:
if: contains(github.head_ref, 'release-please') != true
runs-on: ubuntu-latest
steps:
- uses: aslafy-z/conventional-pr-title-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}