Skip to content

chore(deps): bump i18next from 24.1.2 to 24.2.0 in /ui #700

chore(deps): bump i18next from 24.1.2 to 24.2.0 in /ui

chore(deps): bump i18next from 24.1.2 to 24.2.0 in /ui #700

Workflow file for this run

name: PR Conventional Commit Validation
on:
pull_request:
types: [opened, synchronize, reopened, edited]
permissions:
actions: read
contents: read
issues: write
pull-requests: write
repository-projects: read
jobs:
validate-pr-title:
runs-on: ubuntu-latest
steps:
- name: PR Conventional Commit Validation
uses: f-eld-ch/PRConventionalCommits@main
with:
task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert", "security"]'