Skip to content

Add config and check links#82

Merged
alexander-yevsyukov merged 7 commits into
masterfrom
add-config-and-check-links
May 25, 2026
Merged

Add config and check links#82
alexander-yevsyukov merged 7 commits into
masterfrom
add-config-and-check-links

Conversation

@alexander-yevsyukov
Copy link
Copy Markdown
Contributor

@alexander-yevsyukov alexander-yevsyukov commented May 25, 2026

This PR adds config submodule which brings agent setup and workflows relevant to this documentation project.

The Validation Docs Hugo module was also updated.

@alexander-yevsyukov alexander-yevsyukov self-assigned this May 25, 2026
@alexander-yevsyukov alexander-yevsyukov marked this pull request as ready for review May 25, 2026 16:02
@alexander-yevsyukov alexander-yevsyukov added this pull request to the merge queue May 25, 2026
Merged via the queue into master with commit 84012e6 May 25, 2026
3 checks passed
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: cdc9504b3e

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

# BSD `sed` on macOS does not interpret `\n` in the replacement string.
if ! printf '%s' "$cmd" \
| tr ';&|' '\n\n\n' \
| grep -qE '^[[:space:]]*gh[[:space:]]+pr[[:space:]]+create([[:space:]]|$)'; then
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Match gh pr create when command has env/utility prefix

The gate only blocks segments that start with gh pr create, so common wrappers like GH_TOKEN=... gh pr create ..., env GH_TOKEN=... gh pr create ..., or time gh pr create ... bypass the check and allow PR creation without a successful /pre-pr sentinel. Because this hook is meant to enforce the pre-PR contract, missing these prefixes weakens the protection in normal scripted usage, not just contrived inputs.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants