Sends release information to Slack keeping your team up-to-date with the latest releases
by thedaviddiasTypeScript
Last 12 weeks · 0 commits
3 of 6 standards met
Describe the bug** This is a hypothesis, but according to the Slack API, section blocks have a limit of 3000 characters for the field (source). We often have a large number of PR's in a release, but our slack call often fails, and this seems to be the most likely reason for it. Possible solutions: 1. Provide an option to not emit PR titles in the slack message 2. Do a hard cut at 3000 characters, possibly with an indication that there are overflow PRs 3. Split the PR list string into chunks, each being
Describe the bug When a release was made by someone that wasn't part of the changelog, the "Created by" name was marked as the person in the changelog rather than the person triggering the release. To Reproduce Steps to reproduce the behavior: 1. Make a release that has 1 change by person A, have person B trigger the release 2. You will notice "Created by" says person A Expected behavior** It should be "Created by" person B, the one that triggered the release.
Repository: thedaviddias/publish-release-info-action. Description: Sends release information to Slack keeping your team up-to-date with the latest releases Stars: 13, Forks: 2. Primary language: TypeScript. Languages: TypeScript (99%), JavaScript (0.9%), Shell (0.1%). License: MIT. Topics: actions, github-actions, slack, workflow. Latest release: v3.3.0 (3y ago). Open PRs: 12, open issues: 4. Last activity: 2y ago. Community health: 85%. Top contributors: thedaviddias, dependabot[bot].