github.com/gemaraproj/gemara@v0.23.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@3b691dff6b68489c8548e1295d125c93c9c29a4e
14    secrets:
15      github-token: ${{ secrets.GITHUB_TOKEN }}