rogerluan / app-store-connect-notifier

Node.js app that sends App Store Connect notifications to Slack.
BSD 2-Clause "Simplified" License
102 stars 23 forks source link

Add support to subscribe to multiple bundle identifiers but not all #143

Closed tahirmt closed 3 years ago

tahirmt commented 3 years ago

Currently we can only subscribe to one app's alerts or all of the apps if we don't set BUNDLE_IDENTIFIER. This adds support to add a comma separated list of bundle identifiers to subscribe to. Useful when you want to subscribe to a subset of apps for your team.

Resolves #84

tahirmt commented 3 years ago

@rogerluan of course! I didn’t want to change it as to not introduce a breaking change.

tahirmt commented 3 years ago

@rogerluan updated. Please take a look