Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto-comment on New Issues and Pull Requests #266

Open
A-N-U-HERE opened this issue Oct 25, 2024 · 0 comments
Open

Auto-comment on New Issues and Pull Requests #266

A-N-U-HERE opened this issue Oct 25, 2024 · 0 comments

Comments

@A-N-U-HERE
Copy link

I would like to implement an automated commenting system in the GitHub Actions workflow. This workflow should trigger whenever a new issue or pull request (PR) is opened in the repository. The action will post a welcome comment thanking contributors for submitting an issue or a pull request, thereby improving communication and engagement with contributors.

Objectives:

Automatically comment when an issue is opened. - write it again in other words as better
Automatically comment when a pull request is submitted.
Ensure the comments are customizable and welcoming for contributors.
Proposed Solution:
We can utilize GitHub Actions, specifically using the actions-ecosystem/action-add-comment action, and configure it with the on: issues and on: pull_request triggers to automate the commenting process.

Issue Comment Message:
🎉 Thank you for raising an issue in this repository!
We’ll review and assign it to you soon. In the meantime, feel free to ⭐ the repo for updates.
Stay awesome! 😎

Pull Request Comment Message:
🙌 We’re grateful for your pull request and the effort you put into it! A maintainer will review it as soon as possible.
We’ll provide feedback if needed and merge it once approved. Thanks for being an awesome part of our community! 💪

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant