slack-ruby / slack-ruby-bot-server-events

Slack commands, interactive buttons, and events extension for slack-ruby-bot-server.
MIT License
71 stars 10 forks source link

Provide default value when actions are missing in payload #9

Closed nijave closed 3 years ago

nijave commented 3 years ago

See https://github.com/slack-ruby/slack-ruby-bot-server-events/issues/8

crazyoptimist commented 3 years ago

Sorry for late reply. Could you figure out the CHANGELOG according to the existing style like this:

#### 0.3.1 (Next)

* [#9](https://github.com/slack-ruby/slack-ruby-bot-server-events/pull/9): Provide default value when actions key is missing in payload - [@nijave](https://github.com/nijave).
* Your contribution here.

#### 0.3.0 (12/30/2020)
dblock commented 3 years ago

This needs a test, please.

crazyoptimist commented 3 years ago

Could you add a test @nijave ? Or may I do another PR adding a test and close this one?

dblock commented 3 years ago

@nijave I won't merge without a spec, please add.