palettegram icon indicating copy to clipboard operation
palettegram copied to clipboard

Auto Commenting when a PR is merged

Open suhanipaliwal opened this issue 1 year ago • 2 comments
trafficstars

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.

suhanipaliwal avatar May 23 '24 12:05 suhanipaliwal

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'

github-actions[bot] avatar May 23 '24 12:05 github-actions[bot]

Could you elaborate more on this issue and how exactly are you planning to implement it?

yashd-dev avatar May 23 '24 12:05 yashd-dev

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.

suhanipaliwal avatar May 25 '24 14:05 suhanipaliwal

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...

Sanchitbajaj02 avatar May 25 '24 15:05 Sanchitbajaj02