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

Support for configuration in command and event handlers #801

Closed
cdupuis opened this issue Jan 29, 2020 · 1 comment
Closed

Support for configuration in command and event handlers #801

cdupuis opened this issue Jan 29, 2020 · 1 comment
Assignees
Labels
changelog:added Add this issue or pull request to added changelog section enhancement New feature or request

Comments

@cdupuis
Copy link
Member

cdupuis commented Jan 29, 2020

No description provided.

@cdupuis cdupuis added changelog:added Add this issue or pull request to added changelog section enhancement New feature or request labels Jan 29, 2020
@cdupuis cdupuis self-assigned this Jan 29, 2020
@cdupuis
Copy link
Member Author

cdupuis commented Jan 29, 2020

Expose the skill_configuration to command and event handlers. Current thinking is that they come as the following structure at the root of event and command handler requests.

{
"skill_configuration" : [{
   "name": "parameter name",
   "value": "parameter value"
}]
}

@cdupuis cdupuis closed this as completed Feb 7, 2020
atomist bot pushed a commit that referenced this issue Feb 7, 2020
[atomist:generated]
timothysparg pushed a commit to timothysparg/sdm that referenced this issue Feb 11, 2020
[atomist:generated]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:added Add this issue or pull request to added changelog section enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant