Skip to content

fix(ci): update PR auto-assignment workflow to use pull_request event and improve fork handling #81

fix(ci): update PR auto-assignment workflow to use pull_request event and improve fork handling

fix(ci): update PR auto-assignment workflow to use pull_request event and improve fork handling #81

---
name: Conventional Commits PR Check
on:
pull_request:
types:
- opened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
build:
name: Conventional Commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: webiny/[email protected]