Skip to content

feat: remove domain capability from the SDK API #1267

feat: remove domain capability from the SDK API

feat: remove domain capability from the SDK API #1267

Workflow file for this run

name: PR Title Check
on:
pull_request:
types: [opened, edited, synchronize]
permissions:
pull-requests: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pr-title-check:
runs-on: buildjet-2vcpu-ubuntu-2204
container:
image: node:22-slim
# credentials:
# username: ${{ vars.DOCKER_HUB_USERNAME || '' }}
# password: ${{ secrets.DOCKER_HUB_API_KEY || '' }}
steps:
- name: Checkout code
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
- name: Run PR title check
run: |
node .github/scripts/pr-title-check.js