Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR Left-only #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

PR Left-only #3

wants to merge 1 commit into from

Conversation

ferreiratiago
Copy link

@ferreiratiago ferreiratiago commented Jul 17, 2024

Example of PR that removes a line.

@ferreiratiago ferreiratiago changed the title PR remove line PR Left-only Jul 17, 2024
@@ -46,7 +46,6 @@ app.use(session({
}))
app.use(bodyParser.json());
app.use(bodyParser.urlencoded({ extended: false }));
app.use(fileUpload());

Copy link
Author

@ferreiratiago ferreiratiago Jul 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment with NO side

Executed cmd
gh api \
  --method POST \
  -H "Accept: application/vnd.github+json" \
  -H "X-GitHub-Api-Version: 2022-11-28" \
  /repos/trailblazing-dx/tiago_pr_playground/pulls/3/comments \
   -f "body=Comment with no side" -f "commit_id=d945dac7255e6d35a24430ad6200bf463c3a7659" -f "path=app.js" -F "line=49"

@@ -46,7 +46,6 @@ app.use(session({
}))
app.use(bodyParser.json());
app.use(bodyParser.urlencoded({ extended: false }));
app.use(fileUpload());
Copy link
Author

@ferreiratiago ferreiratiago Jul 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment with side LEFT

Executed cmd
gh api \
  --method POST \
  -H "Accept: application/vnd.github+json" \
  -H "X-GitHub-Api-Version: 2022-11-28" \
  /repos/trailblazing-dx/tiago_pr_playground/pulls/3/comments \
   -f "body=Comment with no side" -f "commit_id=d945dac7255e6d35a24430ad6200bf463c3a7659" -f "path=app.js" -F "line=49" -f "side=LEFT"

@@ -46,7 +46,6 @@ app.use(session({
}))
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment with no side

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant