Skip to content

fix: check template rendering output for leaked input file paths #4027

fix: check template rendering output for leaked input file paths

fix: check template rendering output for leaked input file paths #4027

name: PR
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
permissions:
contents: read
jobs:
title-format:
permissions:
pull-requests: read # for amannn/action-semantic-pull-request to analyze PRs
statuses: write # for amannn/action-semantic-pull-request to mark status of analyzed PR
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5.0.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}