Skip to content

chore: bump simple-get from 3.1.0 to 3.1.1 in /vscode #460

chore: bump simple-get from 3.1.0 to 3.1.1 in /vscode

chore: bump simple-get from 3.1.0 to 3.1.1 in /vscode #460

Workflow file for this run

name: pr-lints
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
semantic-title:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5.2.0
with:
subjectPattern: ^[a-z].+$
subjectPatternError: |
The subject "{subject}" found in the pull request title "{title}" should start with a lowercase.
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}