tighten / onramp

Easing the onramp for new or non-PHP developers to become Laravel devs.
https://onramp.dev/
MIT License
159 stars 56 forks source link

[Bugfix] Limit Resources Count For Slack Notification #511

Closed tammytee closed 1 year ago

tammytee commented 1 year ago

This PR will limit the number of resources displayed in the expired resources report sent to slack.

Slack will truncate the number of attachments shown to the first 10 items by default. The report has been updated to show the 9 oldest expired or expiring resources plus a 10th attachment noting how many more expired/expiring resources there are, which also links out to Nova.

image