-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest generated changes #50
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there's one, maybe two, breaking changes in here.
required: [ | ||
"project_name", | ||
"company_name", | ||
"owner", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is a breaking change
@@ -9,7 +9,6 @@ export default DefineConnector({ | |||
properties: { | |||
workspace_gid: { type: Schema.types.string, title: "Workspace" }, | |||
project: { type: Schema.types.string, title: "Project" }, | |||
assignee_section: { type: Schema.types.string, title: "Section" }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this is a breaking change too; if a workflow provides the assignee_section
to this function, what would happen?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yess this may cause some breaking changes
@filmaj these are breaking changes I've asked internally if the changes are intended, if they are I will release them under a new |
@filmaj I did not get a response on if this is intended behavior 🤔 What do you think about merging this and cutting a |
🚀 Automated Pull Request: Coded-Connectors Update
This PR brings the latest changes to coded-connectors, fueled by Slack's latest data. Developers can now access the newest features effortlessly.
GitHub prevents triggering a workflow from a workflow, the checks on this pull request will not be triggered automatically 😅
To trigger the checks on this pull request:
Github-Actions 🤖