Skip to content

[pre-commit.ci] pre-commit autoupdate #39

[pre-commit.ci] pre-commit autoupdate

[pre-commit.ci] pre-commit autoupdate #39

Workflow file for this run

name: On PR
on:
pull_request:
paths-ignore:
- ".version"
jobs:
changelog-comment:
name: Changelog comment
uses: ./.github/workflows/changelog-comment.yml
permissions:
contents: read
pull-requests: write
with:
repository: ${{ github.repository }}
ref: ${{ github.ref }}
base-ref: origin/${{ github.base_ref }}
pr-number: ${{ github.event.pull_request.number }}
skip: ${{ startsWith(github.head_ref, 'release/') }}
secrets: inherit
tests:
name: Tests
uses: ./.github/workflows/tests.yml