Algo-Phantoms / Algo-Tree

Algo-Tree is a collection of Algorithms and data structures which are fundamentals to efficient code and good software design. Creating and designing excellent algorithms is required for being an exemplary programmer. It contains solutions in various languages such as C++, Python and Java.
MIT License
363 stars 619 forks source link

Automated Message added on pr merge #2031

Closed krishna-NIT closed 3 years ago

krishna-NIT commented 3 years ago

Fixes #2024

Adding the .yml file

I have added .github/workflows/Auto_message_on_pr_merge.yml with the help of pr closed action. The job of this Action will be to echo the message on Merged PR.

Trial Checking

I have Tried the Code on my Repository, GitHub Bot Gives the Below Message Automatically after the PR is merged Successfully. Here is the Screenshot that Shows How the Workflow works!

-------- Screenshot ---------

cong message

krishna-NIT commented 3 years ago

@plazzy99 Hope to see these changes live on this project soon, Please Merge it, sir!

krishna-NIT commented 3 years ago

@rudrakshi99 Please Review it once, It will be Helpful a lot

rudrakshi99 commented 3 years ago

Good job :+1: