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
fix(ng-dev/pr): yargs positional placeholder does not match positional name
In the `CommandModule` below we named the positional `<pr>`, but our
option does not reflect this. This causes the PR number to be not passed
to the GraphQL GitHub request. This happens due to a recent refactoring
that intended to standardize `pr` and `pr-number` to just `pr`.
0 commit comments