-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add missing title to
ProjectsV2Item
schema, description updates (
#632) Co-authored-by: wolfy1339 <[email protected]>
- Loading branch information
1 parent
15d7c76
commit 121dfa7
Showing
8 changed files
with
151 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -243,7 +243,7 @@ | |
}, | ||
"ref_type": { | ||
"type": "string", | ||
"description": "The type of Git ref oject deleted in the repository. Can be `branch` or `tag`." | ||
"description": "The type of Git ref object deleted in the repository. Can be either `branch` or `tag`." | ||
}, | ||
"pusher_type": { | ||
"type": "string", | ||
|
@@ -1656,7 +1656,32 @@ | |
{ | ||
"name": "workflow_dispatch", | ||
"description": "This event occurs when someone triggers a workflow run on GitHub or sends a `POST` request to the \"[Create a workflow dispatch event](https://docs.github.com/en/[email protected]/rest/reference/actions/#create-a-workflow-dispatch-event)\" endpoint. For more information, see \"[Events that trigger workflows](https://docs.github.com/en/[email protected]/actions/reference/events-that-trigger-workflows#workflow_dispatch).\"", | ||
"properties": {}, | ||
"properties": { | ||
"inputs": { | ||
"type": "object", | ||
"description": "Inputs to the workflow. Each key represents the name of the input while it's value represents the value of that input." | ||
}, | ||
"organization": { | ||
"type": "object", | ||
"description": "Webhook payloads contain the [`organization`](https://docs.github.com/en/[email protected]/rest/reference/orgs#get-an-organization) object when the webhook is configured for an organization or the event occurs from activity in a repository owned by an organization." | ||
}, | ||
"ref": { | ||
"type": "string", | ||
"description": "The branch ref from which the workflow was run." | ||
}, | ||
"repository": { | ||
"type": "object", | ||
"description": "The [`repository`](https://docs.github.com/en/[email protected]/rest/reference/repos#get-a-repository) where the event occurred." | ||
}, | ||
"sender": { | ||
"type": "object", | ||
"description": "The user that triggered the event." | ||
}, | ||
"workflow": { | ||
"type": "string", | ||
"description": "Relative path to the workflow file which contains the workflow." | ||
} | ||
}, | ||
"actions": [], | ||
"examples": [] | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -243,7 +243,7 @@ | |
}, | ||
"ref_type": { | ||
"type": "string", | ||
"description": "The type of Git ref oject deleted in the repository. Can be `branch` or `tag`." | ||
"description": "The type of Git ref object deleted in the repository. Can be either `branch` or `tag`." | ||
}, | ||
"pusher_type": { | ||
"type": "string", | ||
|
@@ -1656,7 +1656,32 @@ | |
{ | ||
"name": "workflow_dispatch", | ||
"description": "This event occurs when someone triggers a workflow run on GitHub or sends a `POST` request to the \"[Create a workflow dispatch event](https://docs.github.com/en/[email protected]/rest/reference/actions/#create-a-workflow-dispatch-event)\" endpoint. For more information, see \"[Events that trigger workflows](https://docs.github.com/en/[email protected]/actions/reference/events-that-trigger-workflows#workflow_dispatch).\"", | ||
"properties": {}, | ||
"properties": { | ||
"inputs": { | ||
"type": "object", | ||
"description": "Inputs to the workflow. Each key represents the name of the input while it's value represents the value of that input." | ||
}, | ||
"organization": { | ||
"type": "object", | ||
"description": "Webhook payloads contain the [`organization`](https://docs.github.com/en/[email protected]/rest/reference/orgs#get-an-organization) object when the webhook is configured for an organization or the event occurs from activity in a repository owned by an organization." | ||
}, | ||
"ref": { | ||
"type": "string", | ||
"description": "The branch ref from which the workflow was run." | ||
}, | ||
"repository": { | ||
"type": "object", | ||
"description": "The [`repository`](https://docs.github.com/en/[email protected]/rest/reference/repos#get-a-repository) where the event occurred." | ||
}, | ||
"sender": { | ||
"type": "object", | ||
"description": "The user that triggered the event." | ||
}, | ||
"workflow": { | ||
"type": "string", | ||
"description": "Relative path to the workflow file which contains the workflow." | ||
} | ||
}, | ||
"actions": [], | ||
"examples": [] | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -271,7 +271,7 @@ | |
}, | ||
"ref_type": { | ||
"type": "string", | ||
"description": "The type of Git ref oject deleted in the repository. Can be `branch` or `tag`." | ||
"description": "The type of Git ref object deleted in the repository. Can be either `branch` or `tag`." | ||
}, | ||
"pusher_type": { | ||
"type": "string", | ||
|
@@ -1684,7 +1684,32 @@ | |
{ | ||
"name": "workflow_dispatch", | ||
"description": "This event occurs when someone triggers a workflow run on GitHub or sends a `POST` request to the \"[Create a workflow dispatch event](https://docs.github.com/en/[email protected]/rest/reference/actions/#create-a-workflow-dispatch-event)\" endpoint. For more information, see \"[Events that trigger workflows](https://docs.github.com/en/[email protected]/actions/reference/events-that-trigger-workflows#workflow_dispatch).\"", | ||
"properties": {}, | ||
"properties": { | ||
"inputs": { | ||
"type": "object", | ||
"description": "Inputs to the workflow. Each key represents the name of the input while it's value represents the value of that input." | ||
}, | ||
"organization": { | ||
"type": "object", | ||
"description": "Webhook payloads contain the [`organization`](https://docs.github.com/en/[email protected]/rest/reference/orgs#get-an-organization) object when the webhook is configured for an organization or the event occurs from activity in a repository owned by an organization." | ||
}, | ||
"ref": { | ||
"type": "string", | ||
"description": "The branch ref from which the workflow was run." | ||
}, | ||
"repository": { | ||
"type": "object", | ||
"description": "The [`repository`](https://docs.github.com/en/[email protected]/rest/reference/repos#get-a-repository) where the event occurred." | ||
}, | ||
"sender": { | ||
"type": "object", | ||
"description": "The user that triggered the event." | ||
}, | ||
"workflow": { | ||
"type": "string", | ||
"description": "Relative path to the workflow file which contains the workflow." | ||
} | ||
}, | ||
"actions": [], | ||
"examples": [] | ||
}, | ||
|
Oops, something went wrong.