Skip to content

chore(deps): bump @polkadot/api from 14.3.1 to 15.0.1 in the pjs group #469

chore(deps): bump @polkadot/api from 14.3.1 to 15.0.1 in the pjs group

chore(deps): bump @polkadot/api from 14.3.1 to 15.0.1 in the pjs group #469

Workflow file for this run

name: PR Title
on:
pull_request:
branches:
- main
types:
- opened
- edited
- synchronize
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
validate-title:
permissions:
pull-requests: read # for amannn/action-semantic-pull-request to analyze PRs
name: Validate PR Title
runs-on: ubuntu-latest
steps:
- name: semantic-pull-request
uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}