Skip to content

chore: update PR template #69

chore: update PR template

chore: update PR template #69

Workflow file for this run

name: Update README Tree on PR
on:
pull_request:
permissions:
contents: write
pull-requests: write
jobs:
readme-tree:
uses: Coalfire-CF/Actions/.github/workflows/[email protected]
with:
commit_message: "chore: update README tree"
exclude_pattern: ".git|node_modules|.github|dist|build"
working_directory: "."