dewinterjack / assign-pr-slack

Assign yourself to review a pull request with a Slack emoji
1 stars 0 forks source link

Storing GitHub & Slack username associations #1

Open dewinterjack opened 3 years ago

dewinterjack commented 3 years ago

The app can ask a user for their GitHub username if it hasn't been given before. This can be stored in memory but isn't ideal.

A database will be required to persist this data.

https://slack.dev/bolt-js/concepts#conversation-store

dewinterjack commented 3 years ago

https://github.com/yacinehmito/github-slack-integration/blob/7674f7e26242ebd20245f6e0061880fac40944d6/lib/github/oauth.js#L106