Skip to content

feat: automate pr labeling and releases #49

feat: automate pr labeling and releases

feat: automate pr labeling and releases #49

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@53a9c808122ffaae9af948f72139fb4bd44ab74c
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}