Skip to content

Commit

Permalink
fix the README to reflect recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdevivo committed Aug 8, 2021
1 parent fc927d1 commit 4f3218b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -518,38 +518,27 @@ Table-valued-function that returns all the issues of a GitHub repository.
| owner | TEXT |
| reponame | TEXT |
| author_login | TEXT |
| author_url | TEXT |
| body | TEXT |
| body_text | TEXT |
| closed | INT |
| closed_at | TEXT |
| comment_count | INT |
| created_at | TEXT |
| created_via_email | INT |
| database_id | TEXT |
| editor_login | TEXT |
| editor_url | TEXT |
| includes_created_edit | INT |
| is_read_by_viewer | INT |
| label_count | INT |
| last_edited_at | TEXT |
| locked | INT |
| milestone_count | INT |
| milestone_progress | FLOAT |
| issue_number | INT |
| number | INT |
| participant_count | INT |
| published_at | TEXT |
| reaction_count | INT |
| state | TEXT |
| title | TEXT |
| updated_at | TEXT |
| url | TEXT |
| user_edits_count | INT |
| viewer_can_react | INT |
| viewer_can_subscribe | INT |
| viewer_can_update | INT |
| viewer_did_author | INT |
| viewer_subscription | TEXT |

Params:
1. `fullNameOrOwner` - either the full repo name `askgitdev/askgit` or just the owner `askgit` (which would require the second argument)
Expand Down
3 changes: 1 addition & 2 deletions tables/internal/github/repo_issues.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ import (
)

type issue struct {
ActiveLockReason githubv4.LockReason
Author struct {
Author struct {
Login string
}
Body string
Expand Down

0 comments on commit 4f3218b

Please sign in to comment.