Bot Verse is an open-source platform for creating, managing, and sharing AI chatbots. It features secure authentication, chatbot CRUD operations, public bot sharing, and pre-made system bots for common tasks.
MIT License
29
stars
50
forks
source link
π Feature: Adding a Workflow for greetings to new issue #275
This workflow runs whenever a new issue or pull request is opened.
Greet User: It uses the actions-ecosystem/action-create-comment action to post a customized comment directly on the issue or pull request.
Personalized Message: The message greets the user by username and dynamically adjusts based on whether itβs an issue or pull request. It also includes a link to the contribution guidelines for new contributors.
π€ Why is this feature needed ?
Benefits of the Greeting Workflow
Improves User Experience
Encourages Quality Contributions
Reduces Common Questions
βοΈ How do you aim to achieve this?
Github workflow
ποΈ Additional Information
No response
π Have you spent some time to check if this feature request has been raised before?
π Feature description
This workflow runs whenever a new issue or pull request is opened. Greet User: It uses the actions-ecosystem/action-create-comment action to post a customized comment directly on the issue or pull request. Personalized Message: The message greets the user by username and dynamically adjusts based on whether itβs an issue or pull request. It also includes a link to the contribution guidelines for new contributors.
π€ Why is this feature needed ?
Benefits of the Greeting Workflow
Improves User Experience Encourages Quality Contributions Reduces Common Questions
βοΈ How do you aim to achieve this?
Github workflow
ποΈ Additional Information
No response
π Have you spent some time to check if this feature request has been raised before?
Are you willing to submit PR?
Yes I am willing to submit a PR!