Skip to content

feat: check benchmark plots into results and embed them in LATEST.md #3975

feat: check benchmark plots into results and embed them in LATEST.md

feat: check benchmark plots into results and embed them in LATEST.md #3975

Workflow file for this run

name: "Validate PR"
on:
# for forks, it'll take the config of the target branch (i.e. `main`)
# reference: <https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#pull_request_target>
pull_request_target:
types:
- opened
- edited
- reopened
permissions:
pull-requests: read
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1 https://github.com/amannn/action-semantic-pull-request/releases/tag/v6.1.1
env:
GITHUB_TOKEN: ${{ github.token }} # granting access only to read pull requests