Skip to content

feat(deps): upgrade dependencies in Dockerfiles #2464

feat(deps): upgrade dependencies in Dockerfiles

feat(deps): upgrade dependencies in Dockerfiles #2464

Workflow file for this run

name: titlecheck
# Run on PR
on:
# enable for testing new changes
# pull_request:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
jobs:
titlecheck:
name: PR title follows conventional commit
runs-on: ubuntu-latest
steps:
- name: Check conventional title
uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}