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
When a PR is opened by an upstream user, the username value will be available in `CIRCLE_PR_USERNAME` environment variable and not `CIRCLE_PROJECT_USERNAME`
```
CIRCLE_PROJECT_REPONAME=angular-cli
CIRCLE_PROJECT_USERNAME=angular
CIRCLE_PR_NUMBER=13923
CIRCLE_PR_REPONAME=angular-cli
CIRCLE_PR_USERNAME=renovate-bot
```
0 commit comments