You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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! 💪
The text was updated successfully, but these errors were encountered:
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! 💪
The text was updated successfully, but these errors were encountered: