Skip to content

SG-44518: 1362: feature: Pixel Inspector optionally returns raw pixel values #994

SG-44518: 1362: feature: Pixel Inspector optionally returns raw pixel values

SG-44518: 1362: feature: Pixel Inspector optionally returns raw pixel values #994

name: Validate PR title
on:
pull_request:
types: [opened, edited, synchronize, reopened]
permissions:
pull-requests: read
jobs:
semantic:
if: github.repository_owner == 'AcademySoftwareFoundation'
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
perf
docs
build
ci
test
chore