Skip to content

fix(renovate): Update github-actions (patch) #2082

fix(renovate): Update github-actions (patch)

fix(renovate): Update github-actions (patch) #2082

Workflow file for this run

name: "Lint PR Title"
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
main:
permissions:
pull-requests: read
runs-on: ubuntu-latest
steps:
# Please look up the latest version from
# https://github.com/amannn/action-semantic-pull-request/releases
- uses: amannn/action-semantic-pull-request@e9fabac35e210fea40ca5b14c0da95a099eff26f # v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}