Skip to content

Bump pest from 2.8.3 to 2.8.4 #84

Bump pest from 2.8.3 to 2.8.4

Bump pest from 2.8.3 to 2.8.4 #84

Workflow file for this run

name: "Lint PR"
on:
pull_request:
types:
- opened
- edited
jobs:
title:
name: Title
if: github.event.action == 'opened' || github.event.changes.title.from
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: geo-engine/conventional-pr-title@v1
with:
types: |-
build
ci
docs
feat
fix
perf
refactor
test
scopes: |-
datatypes
expression
macros
operators
services