Skip to content

Commit

Permalink
docs: fix pull_request_key example (#723)
Browse files Browse the repository at this point in the history
Sorry for the late reply. Klesh might have missed the notification.
  • Loading branch information
joezamolo authored Jul 2, 2024
1 parent 372a6cd commit 7a9b277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/DataModels/DevLakeDomainLayerSchema.md
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ Pull requests are the abstraction of GitHub pull requests, GitLab merge requests
| `status` | varchar | 100 | The PR/MR statuses are standardized to 'OPEN', 'MERGED' and 'CLOSED'. [Learn how each plugin's PR statuses are standardized](https://github.com/apache/incubator-devlake/issues/4745). | |
| `original_status` | varchar | 100 | The original status of pull requests. | |
| `parent_pr_id` | varchar | 255 | The id of the parent PR | |
| `pull_request_key` | varchar | 255 | The key of PR. E.g. 1536 is the key of this [PR](https://github.com/apache/incubator-devlake/pull/1563) | |
| `pull_request_key` | varchar | 255 | The key of PR. E.g. 1563 is the key of this [PR](https://github.com/apache/incubator-devlake/pull/1563) | |
| `base_repo_id` | varchar | 255 | The repo that will be updated. | |
| `head_repo_id` | varchar | 255 | The repo containing the changes that will be added to the base. If the head repository is NULL, this means that the corresponding project had been deleted when DevLake processed the pull request. | |
| `author_name` | varchar | 100 | The author's name of the pull request | |
Expand Down

0 comments on commit 7a9b277

Please sign in to comment.