Skip to content

chore: Fix renovate match string for php/php-src #1716

chore: Fix renovate match string for php/php-src

chore: Fix renovate match string for php/php-src #1716

Workflow file for this run

name: 'Semantic Pull Request'
on:
pull_request_target:
types:
- opened
- edited
- synchronize
# pull_request:
# types:
# - opened
# - edited
# - synchronize
jobs:
main:
name: Validate PR Title
runs-on: ubuntu-latest
steps:
- name: semantic-pull-request
uses: amannn/action-semantic-pull-request@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
validateSingleCommit: false