Skip to content

Comments

feat: implement the Probot App, Notification and optimizing the reuseable workflow#61

Merged
umeshkhatiwada1 merged 3 commits intodevelopfrom
feat/rajivbb/workflow
Dec 3, 2025
Merged

feat: implement the Probot App, Notification and optimizing the reuseable workflow#61
umeshkhatiwada1 merged 3 commits intodevelopfrom
feat/rajivbb/workflow

Conversation

@RajivBB
Copy link
Contributor

@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 .

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 #60

@RajivBB RajivBB self-assigned this Dec 2, 2025
@RajivBB RajivBB added the enhancement New feature or request label Dec 2, 2025
@RajivBB RajivBB linked an issue Dec 2, 2025 that may be closed by this pull request
@RajivBB RajivBB closed this Dec 3, 2025
@RajivBB RajivBB reopened this Dec 3, 2025
@umeshkhatiwada1 umeshkhatiwada1 merged commit 83bb571 into develop Dec 3, 2025
8 checks passed
@umeshkhatiwada1 umeshkhatiwada1 deleted the feat/rajivbb/workflow branch December 3, 2025 04:30
@mergeable mergeable bot added the validated label Dec 3, 2025
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 workflow

2 participants