palettegram
palettegram copied to clipboard
Auto Commenting when a PR is merged
This feature aims to solve the problem of inconsistent and delayed communication following the merging of PRs. By automating the commenting process, it ensures that contributors receive timely feedback and acknowledgments. It also reduces the administrative burden on maintainers, allowing them to focus more on code reviews and other critical tasks.
Could you please assign me this issue under GSSOC'24.
Congratulations, @suhanipaliwal! 🎉 Thank you for creating the issue. Your contribution is greatly appreciated and we look forward to working with you to resolve the issue. Keep up the great work!
'We will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check our Contributing Guidelines'
Could you elaborate more on this issue and how exactly are you planning to implement it?
I will adding a feature such that whenever a new pull request is merged, automatically a comment will be added on it. To do this, I will be adding a YAML file in the .github directory to define this workflow of auto commenting on the trigger of a pull request being merged.
I will adding a feature such that whenever a new pull request is merged, automatically a comment will be added on it. To do this, I will be adding a YAML file in the .github directory to define this workflow of auto commenting on the trigger of a pull request being merged.
What would be in the comment? because an AI code reviewer is configured along with a first commit that that wait for the reviewers to get through this. If you are planning to add a time based comment passing system so that it can ask for the contributors about their status then go ahead...