You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add GH_EVENT_PR_OPEN environment variable for cleaner conditions
Replaced repeated condition `github.event_name == 'pull_request' &&
github.event.action != 'closed'` with a single environment variable
`GH_EVENT_PR_OPEN` for better readability and maintainability.
Updated 3 steps to use the new variable:
- Upload docs artifact (Fork PRs)
- Publish pull-request docs
- Comment with URL to published pull-request docs
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
0 commit comments