Skip to content

chore(deps): bump jmeridth/reusable-workflows from 0.3.4 to 0.3.5 in the dependencies group #63

chore(deps): bump jmeridth/reusable-workflows from 0.3.4 to 0.3.5 in the dependencies group

chore(deps): bump jmeridth/reusable-workflows from 0.3.4 to 0.3.5 in the dependencies group #63

Workflow file for this run

## Reference: https://github.com/amannn/action-semantic-pull-request
---
name: "Lint PR Title"
on:
# pull_request_target event is required for autolabeler to support all PRs including forks
pull_request_target:
types: [opened, reopened, edited, synchronize]
jobs:
lint_pr_title:
permissions:
contents: read
pull-requests: read
statuses: write
uses: jmeridth/reusable-workflows/.github/workflows/pr-title.yaml@d989a3cdb0cfd84f294dd3016165114b85d202c7
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}