Skip to content

ci: add CI workflow to run plugin against itself #477

ci: add CI workflow to run plugin against itself

ci: add CI workflow to run plugin against itself #477

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: github-community-projects/ospo-reusable-workflows/.github/workflows/pr-title.yaml@6381f5d691a1ecf7d80126b0393a803224afd9ba
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}