Skip to content

docs(config/reference): fix typos #15

docs(config/reference): fix typos

docs(config/reference): fix typos #15

on:
pull_request_target:
types:
- opened
branches:
- main
paths:
- docs/config/reference.mdx
- docs/config/keybind/reference.mdx
name: Autogenerated files check
jobs:
warn-autogenerated:
runs-on: namespace-profile-ghostty-sm
timeout-minutes: 5
permissions:
pull-requests: write
steps:
- name: Comment on PR
run: |
gh pr comment "$PR_URL" -b \
"Note: This PR contains modifications to auto-generated sections of the documentation.\
These are generated from comments in ghostty's source code. Please submit changes to \
the upstream repository at https://github.com/ghostty-org/ghostty by modifying the appropriate\
source files"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}