Added GitHub Actions Slack notification on the LTS line.#1370
Added GitHub Actions Slack notification on the LTS line.#1370martnpaneq wants to merge 5 commits into
Conversation
…work on GitHub Enterprise hosts.
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit e2b60bd. Configure here.
| * @param {boolean} options.shouldHideAuthor | ||
| */ | ||
| export default async function formatMessage( options ) { | ||
| const commitDetails = await getCommitDetails( options.triggeringCommitUrl, options.githubToken ); |
There was a problem hiding this comment.
Enterprise repo links wrong host
Medium Severity
The Slack attachment still builds the Repository (branch) links from a hardcoded https://github.com base, while this change routes commit URLs, issue references, and API calls through GITHUB_SERVER_URL / apiUrl for GitHub Enterprise. On Enterprise, those repository and branch links point at the wrong host even when the rest of the message is correct.
Reviewed by Cursor Bugbot for commit e2b60bd. Configure here.


🚀 Summary
Added
ckeditor5-dev-ci-notify-github-actions-status, a GitHub Actions equivalent ofckeditor5-dev-ci-notify-circle-statusthat posts a Slack notification summarizing a failed workflow run (commit author, branch, run URL, duration). Intended to be invoked from a step or job gated byif: failure().📌 Related issues
💡 Additional information
Optional: Notes on decisions, edge cases, or anything helpful for reviewers.