Skip to content

chore(workflows): add pr title checker, change prefix for dependabot prs, remove chore from changelog sections #22

chore(workflows): add pr title checker, change prefix for dependabot prs, remove chore from changelog sections

chore(workflows): add pr title checker, change prefix for dependabot prs, remove chore from changelog sections #22

Workflow file for this run

name: 'CI'
on:
pull_request:
env:
IS_FORK: ${{ github.event.pull_request.head.repo.full_name != github.repository }}
jobs:
tests:
name: Run tests
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
uses: ./.github/workflows/test.yml
secrets: inherit
with:
branch_ref: ${{ github.ref }}