Skip to content

test: pr

test: pr #83

Workflow file for this run

---
name: PR Linter
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}