aniketsinha2002 / DataGeek

A static educational website related to Data Science built using HTML, CSS, JS, Bootstrap and Tailwind from scratch
https://aniketsinha2002.github.io/DataGeek/
88 stars 196 forks source link

Pull request Auto comment feature added #674

Closed andoriyaprashant closed 1 year ago

andoriyaprashant commented 1 year ago

Description

The "Pull Request Auto-Comment" feature is an automated mechanism implemented using GitHub Actions to provide automatic comments on newly opened pull requests in a GitHub repository. When a user creates a new pull request, the system triggers a GitHub Actions workflow specifically designed to listen for "pull_request: opened" events. Upon detection of such an event, the workflow executes a predefined script, which adds a comment to the newly opened pull request.

The benefits of this feature are:

Fixes #673

Checklist