Skip to content

Fix: Browser compatibility error warning #1

Fix: Browser compatibility error warning

Fix: Browser compatibility error warning #1

name: Check title of pull request
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
jobs:
check:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20]
steps:
- uses: techor-dev/techor@main
with:
action: "check-pull-request-title"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}