-
Notifications
You must be signed in to change notification settings - Fork 3
Pull Requests
Maximilian Karl edited this page Mar 23, 2021
·
2 revisions
| Attribute | Comment |
|---|---|
| id | Pull Request Id |
| author | unique user uuid |
| merged_by | unique user uuid |
| assignees | user uuid's connected with & |
| body | description of the pull request |
| title | title of the pull request |
| closed_at | closed DateTime |
| created_at | created DateTime |
| deletions | total lines deleted |
| additions | total lines added |
| lebels | labels connected with & |
| merged | Pull Request is merged? |
| merged_at | mergd DateTime |
| state | open or closed |
| updated_at | updated DateTime |
| Attribute | Comment |
|---|---|
| id | Pull Request Review Id |
| pull_request_id | Pull Request Id |
| author | unique user uuid |
| body | description of the review |
| state | state of review |
| submitted_at | review done at DateTime |
| Attribute | Comment |
|---|---|
| id | Pull Request Comment Id |
| pull_request_id | Pull Request Id |
| author | unique user uuid |
| body | comment text |
| created_at | created DateTime |
| Attribute | Comment |
|---|---|
| id | Pull Request Reaction Id |
| comment_id | Pull Request Comment Id |
| author | unique user uuid |
| content | Determines the reaction |
| created_at | created DateTime |
| Attribute | Comment |
|---|---|
| id | Pull Request Event Id |
| pull_request_id | Pull Request Id |
| author | unique user uuid |
| assignee | unique user uuid |
| assigner | unique user uuid |
| commit_sha | unique sha of commit |
| created_at | created DateTime |
| event | determines the event |
| label | label of the event |