Skip to content

Commit

Permalink
Automated commit: Latest generated changes from schedule action (#48)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and WilliamBergamin authored Jun 17, 2024
1 parent d74e85e commit da3696c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/connectors/jira.cloud/functions/edit_issue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ export default DefineConnector({
project: { type: Schema.types.string, title: "Project" },
issue_id: {
type: Schema.types.string,
description: "Issue ID",
title: "Issue ID",
description: "Search issue",
title: "Issue key",
},
priority: {
type: Schema.types.string,
Expand All @@ -39,6 +39,7 @@ export default DefineConnector({
description: "Description of the bug or issue...",
title: "Description",
},
custom_fields: { type: Schema.types.object, title: "Additional inputs" },
},
required: [
"atlassian_access_token",
Expand Down
2 changes: 1 addition & 1 deletion src/connectors/mod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** This file was autogenerated on Mon Jun 10 2024. Follow the steps in src/schema/slack/functions/README.md to rebuild **/
/** This file was autogenerated on Mon Jun 17 2024. Follow the steps in src/schema/slack/functions/README.md to rebuild **/
import AdobeSign from "./adobe.sign/mod.ts";
import Airtable from "./airtable/mod.ts";
import Asana from "./asana/mod.ts";
Expand Down

0 comments on commit da3696c

Please sign in to comment.