Skip to content

Conversation

@9aoy
Copy link
Contributor

@9aoy 9aoy commented Nov 13, 2025

Summary

only render status in tty context.

image

Related Links

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).

Copilot AI review requested due to automatic review settings November 13, 2025 04:29
@netlify
Copy link

netlify bot commented Nov 13, 2025

Deploy Preview for rstest-dev ready!

Name Link
🔨 Latest commit 51d8f1b
🔍 Latest deploy log https://app.netlify.com/projects/rstest-dev/deploys/69155eb2499c5c0008f9da6e
😎 Deploy Preview https://deploy-preview-692--rstest-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copilot finished reviewing on behalf of 9aoy November 13, 2025 04:33
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR improves the detection logic for when to render status output by replacing the isCI check with a more comprehensive isTTY() utility function.

  • Replaced isCI from std-env with local isTTY() utility
  • Changed condition from !isCI to isTTY() for status renderer initialization
  • The isTTY() function checks both TTY context and CI environment, providing more accurate detection

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@9aoy 9aoy merged commit 5ab28b7 into main Nov 13, 2025
23 checks passed
@9aoy 9aoy deleted the check-isTTY branch November 13, 2025 05:58
@9aoy 9aoy mentioned this pull request Nov 13, 2025
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