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
🔧 (close-pr.yaml): Add condition to skip workflow for forked repositories to optimize resource usage (#2447)
🔧 (close-pr.yaml): add condition to skip workflow for forked
repositories
Add a conditional check to ensure the workflow only runs on pull
requests from the main repository, not from forks. This prevents
unnecessary execution of the workflow on forked repositories, optimizing
resource usage and maintaining focus on relevant pull requests.
0 commit comments