Skip to content

fix(typespec): Absinthe.Phase.Subscription.SubscribeSelf.run/2 #3

fix(typespec): Absinthe.Phase.Subscription.SubscribeSelf.run/2

fix(typespec): Absinthe.Phase.Subscription.SubscribeSelf.run/2 #3

Workflow file for this run

name: Validate PR Title
on:
pull_request_target:
types: [opened, synchronize, edited, reopened]
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}