# Prompt before running GitHub PR reads outside the sandbox. prefix_rule( pattern = ["gh", "pr", "view"], decision = "prompt", justification = "Viewing pull requests requires approval because it can contact GitHub.", match = [ "gh pr view 7888", "gh pr view --repo openai/codex", ], not_match = [ "gh pr --repo openai/codex view 7888", "gh pr list", ], )