Skip to content

feat: add release, auto labeler, pr-title reusable github actions #29

feat: add release, auto labeler, pr-title reusable github actions

feat: add release, auto labeler, pr-title reusable github actions #29

Workflow file for this run

## Reference: https://github.com/amannn/action-semantic-pull-request
---
name: "Lint PR Title"
on:
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@53a9c808122ffaae9af948f72139fb4bd44ab74c
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}