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

Add columns base_ref and head_ref in table github_pull_request closes #222 #223

Merged
merged 3 commits into from
Dec 22, 2022

Conversation

ParthaI
Copy link
Contributor

@ParthaI ParthaI commented Dec 22, 2022

Example query results

Results
> select base_ref, head_ref, link_issue from github_pull_request where repository_full_name = 'turbot/steampipe-plugin-aws' limit 5
+----------+------------+----------------------------------------------------------------------+
| base_ref | head_ref   | link_issue                                                           |
+----------+------------+----------------------------------------------------------------------+
| main     | issue-1504 | https://api.github.com/repos/turbot/steampipe-plugin-aws/issues/1517 |
| main     | issue-1505 | https://api.github.com/repos/turbot/steampipe-plugin-aws/issues/1515 |
| main     | issue-1516 | https://api.github.com/repos/turbot/steampipe-plugin-aws/issues/1518 |
| main     | issue-1507 | https://api.github.com/repos/turbot/steampipe-plugin-aws/issues/1514 |
| main     | issue-1506 | https://api.github.com/repos/turbot/steampipe-plugin-aws/issues/1513 |
+----------+------------+----------------------------------------------------------------------+


@ParthaI ParthaI self-assigned this Dec 22, 2022
Copy link
Contributor

@misraved misraved left a comment

Choose a reason for hiding this comment

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

Please take a look at the comment. Thanks!!

github/table_github_pull_request.go Outdated Show resolved Hide resolved
Co-authored-by: Ved misra <47312748+misraved@users.noreply.github.com>
@misraved misraved changed the title Add columns for branch and related issue details in table github_pull_request closes #222 Add columns base_ref and head_ref in table github_pull_request closes #222 Dec 22, 2022
@misraved misraved merged commit 9800709 into main Dec 22, 2022
@misraved misraved deleted the issue-222 branch December 22, 2022 10:44
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.

Add columns for branch and related issue details in table github_pull_request
2 participants