github.com/gemaraproj/gemara@v1.3.0

.github/workflows/pr-title.yml raw

 1## Reference: https://github.com/amannn/action-semantic-pull-request
 2---
 3name: "Lint PR Title"
 4on:
 5  pull_request_target:
 6    types: [opened, reopened, edited, synchronize]
 7jobs:
 8  lint_pr_title:
 9    permissions:
10      contents: read
11      pull-requests: read
12      statuses: write
13    uses: github-community-projects/ospo-reusable-workflows/.github/workflows/pr-title.yaml@6d7a83e6fc8275128984b0ed3defa4b8cdc40f85
14    secrets:
15      github-token: ${{ secrets.GITHUB_TOKEN }}