mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 22:59:07 +00:00
refactor: Add canReadOnRelationQuery property to CopilotPullRequest model
This commit is contained in:
parent
62bf2ee6f3
commit
10eb7239dc
@ -411,6 +411,7 @@ export default class CopilotPullRequest extends BaseModel {
|
||||
type: TableColumnType.ShortText,
|
||||
required: false,
|
||||
isDefaultValueColumn: false,
|
||||
canReadOnRelationQuery: true,
|
||||
title: "Pull Request ID",
|
||||
description:
|
||||
"ID of Pull Request in the repository where this event was executed and then PR was created.",
|
||||
|
Loading…
Reference in New Issue
Block a user