Skip to content

chore: Remove references, that are not relevant to the community edition #22

chore: Remove references, that are not relevant to the community edition

chore: Remove references, that are not relevant to the community edition #22

Workflow file for this run

name: Test PR details workflow
on:
# Triggers the workflow on pull request events
pull_request:
types:
- opened
- synchronize
- edited
- reopened
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
test-pr-title:
permissions:
statuses: write
runs-on: ubuntu-latest
steps:
- uses: aslafy-z/conventional-pr-title-action@v3
with:
preset: [email protected]
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}