Skip to content
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

[Schema] Add IsEnabled to the schema #5764

Merged
merged 9 commits into from
May 13, 2021
Merged

Conversation

RebeccaAnne
Copy link
Contributor

@RebeccaAnne RebeccaAnne commented May 4, 2021

Related Issue

Fixes #5722

Description

Add IsEnabled to the action schema

Microsoft Reviewers: Open in CodeFlow

"isEnabled": {
"type": "boolean",
"description": "Determines whether the action should be enabled.",
"defaultt": true,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"defaultt": true,
"default": true,

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@RebeccaAnne needs to be re-run to fix typo in the generated schema

@RebeccaAnne RebeccaAnne enabled auto-merge (squash) May 12, 2021 17:21
@RebeccaAnne RebeccaAnne merged commit ec678ba into main May 13, 2021
@RebeccaAnne RebeccaAnne deleted the rebecch/isEnabledSchema branch May 13, 2021 18:51
michaelfarnsworth pushed a commit to michaelfarnsworth/AdaptiveCards that referenced this pull request Nov 10, 2022
* [Schema] Add IsEnabled to the schema

* Fix typo

* regenerate schema
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Schema] Action isEnabled
3 participants