Skip to content

ci: add Slack notification for new issues#383

Merged
notgitika merged 1 commit intomainfrom
ci/slack-issue-notification
Feb 23, 2026
Merged

ci: add Slack notification for new issues#383
notgitika merged 1 commit intomainfrom
ci/slack-issue-notification

Conversation

@jariy17
Copy link
Collaborator

@jariy17 jariy17 commented Feb 23, 2026

Summary

  • Adds a GitHub Actions workflow that sends Slack notifications when new issues are opened
  • Uses slackapi/slack-github-action@v2.0.0 with a webhook trigger
  • Sends issue title, number, URL, author, body, repository name, and creation timestamp

Test plan

  • Workflow file is valid YAML (verified locally)
  • SLACK_WEBHOOK_URL repository secret has been set
  • Open a test issue on the repo and verify the Slack notification arrives

Send issue details to Slack via webhook when new issues are opened,
enabling faster team response to community issues.
@jariy17 jariy17 requested a review from a team February 23, 2026 17:47
@github-actions github-actions bot added the size/s PR size: S label Feb 23, 2026
Copy link
Contributor

@notgitika notgitika left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

awesome

@notgitika notgitika merged commit 53159e3 into main Feb 23, 2026
14 of 18 checks passed
@notgitika notgitika deleted the ci/slack-issue-notification branch February 23, 2026 17:48
@github-actions
Copy link
Contributor

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 43.53% 2883 / 6623
🔵 Statements 43.12% 3038 / 7045
🔵 Functions 45.53% 607 / 1333
🔵 Branches 48.48% 1893 / 3904
Generated in workflow #519 for commit 0e16818 by the Vitest Coverage Report Action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/s PR size: S

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants