Skip to content

chore(deps): update dependency @appium/base-plugin to v3.0.4 #895

chore(deps): update dependency @appium/base-plugin to v3.0.4

chore(deps): update dependency @appium/base-plugin to v3.0.4 #895

Workflow file for this run

# Checks that the PR title follows conventional commit standards
name: Conventional Commits
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
conventional:
name: PR Title
runs-on: ubuntu-latest
steps:
- uses: beemojs/conventional-pr-action@v3
with:
config-preset: angular
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}