Skip to content

Comments

feat: implement the Probot App, Notification workflows#7

Merged
lkkande-BB merged 5 commits intomainfrom
feat/rajivbb/actions
Dec 24, 2025
Merged

feat: implement the Probot App, Notification workflows#7
lkkande-BB merged 5 commits intomainfrom
feat/rajivbb/actions

Conversation

@RajivBB
Copy link
Collaborator

@RajivBB RajivBB commented Dec 2, 2025

Description

This PR updates and enhances the GitHub Event Notification workflow to improve visibility of repository activities through Gmail and Slack notifications. Added the Stale , Pre-commit workflow and Mergeable Configuration . Updated the current workflow to adopt the reusable workflow

Key Changes

  • Updated the existing notification workflow to trigger when branches are merged into develop and main.
  • Added new GitHub Event notifications for:
    • New issues created
    • Updated issues
    • Pull Request opened
    • PR comments or conversations
    • PR closure or merge

Files Changed

  • Added: GitHub event triggers and notification rules .github/workflows/notification.yaml
  • Added: Mergeable Configuration .github/mergeable.yml
  • Added: Stale Configuration .github/stale.yml
  • Added: Pre-Commit Configuration .github/pre-commit.yml

Issue

Fixes #6

@RajivBB RajivBB requested a review from lkkande-BB December 2, 2025 08:35
@RajivBB RajivBB self-assigned this Dec 2, 2025
@RajivBB RajivBB added the enhancement New feature or request label Dec 2, 2025
@mergeable mergeable bot added the validated label Dec 24, 2025
@lkkande-BB lkkande-BB merged commit 7b3e789 into main Dec 24, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request validated

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement the Probot App, Notification workflows

3 participants