Open clarkbw opened 5 years ago
Thanks for opening this issue! If you would like to help implement an improvement, read more about contributing and consider submitting a pull request.
We would like to see this feature too! It would be great to configure GitHub slack app to notify when the new packages are published
hello, is this planned at all ? thanks!
+1 for adding this feature
Another voice for this feature. Notifying a channel that [some package name] v0.0.0 has been published
would be great for design system maintaniers who need users to be aware as soon as possible.
any work on this?
Now that Docker is deleting public images, we've migrated to Github Packages, but were surprised to realize there are no Slack notifications for those. Please consider prioritizing this feature.
Is this idea still on the books?
I would love to set up Slack notifications every time we publish a new GitHub Package!
Thanks 👍
👋We'd love to see events for packages published!
It looks like we'd need to add a listener somewhere like here https://github.com/integrations/slack/blob/master/lib/activity/index.js#L56
Perhaps adding a new
packages.js
file in the activity directory that’s wired up to ☝️ https://github.com/integrations/slack/tree/master/lib/activityAnd then guessing we'd need a
package.js
file for formatting in the messages directory https://github.com/integrations/slack/tree/master/lib/messagesDoes that sound right?
Anyone want to help me? 😸