Skip to content

feat: Remove redundant eloquent queries with no geometry changes #44

feat: Remove redundant eloquent queries with no geometry changes

feat: Remove redundant eloquent queries with no geometry changes #44

Workflow file for this run

name: "Changelog Enforcer"
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
permissions:
contents: read
jobs:
# Enforces the update of a changelog file on every pull request
changelog:
runs-on: ubuntu-latest
steps:
- uses: dangoslen/[email protected]
with:
changeLogPath: 'CHANGELOG.md'
skipLabels: 'skip-changelog'