We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gh
1 parent ea17768 commit caee3c5Copy full SHA for caee3c5
lib/landing_session.js
@@ -464,8 +464,8 @@ export default class LandingSession extends Session {
464
const url = `https://github.com/${owner}/${repo}/pull/${prid}`;
465
cli.log(`2. Post "Landed in ${willBeLanded}" in ${url}`);
466
if (isGhAvailable()) {
467
- cli.log(` gh pr comment ${prid} --body "Landed in ${willBeLanded}"`);
468
- cli.log(` gh pr close ${prid}`);
+ cli.log(` gh pr comment ${url} --body "Landed in ${willBeLanded}"`);
+ cli.log(` gh pr close ${url}`);
469
}
470
471
0 commit comments