Skip to content

feat(Price tags): new Proof.ready_for_price_tag_validation field to help filter the frontend UI #1722

feat(Price tags): new Proof.ready_for_price_tag_validation field to help filter the frontend UI

feat(Price tags): new Proof.ready_for_price_tag_validation field to help filter the frontend UI #1722

Workflow file for this run

name: "Semantic PRs"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}