Skip to content

fix(server): Actually only update fields that are missing data #3732

fix(server): Actually only update fields that are missing data

fix(server): Actually only update fields that are missing data #3732

Workflow file for this run

name: 'Lint PR'
on:
pull_request:
types:
- opened
- edited
- synchronize
merge_group:
permissions:
pull-requests: read
jobs:
lint-pr:
name: Validate PR title
if: ${{ github.event_name != 'merge_group' }}
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}