sahil-sagwekar2652 / GitHub-Automation-scripts

Bash and Python scripts to automate your Git & GitHub workflow. Made by using only standard python libraries.
https://sahil-sagwekar2652.github.io/GitHub-Automation-scripts/
MIT License
52 stars 64 forks source link

GitHub action to automatically add contributor name #112

Closed Soumya1219 closed 1 year ago

Soumya1219 commented 1 year ago

Issue Description: This GitHub action is used to directly add contributor name after successfully the request is merged.

Expected Behavior: The contributor name will automatically gets add with the help of addition of .yml file in GitHub workflow.

Current Behavior:

Additional Information:

Labels: Enhancement

sahil-sagwekar2652 commented 1 year ago

The contributors are already being updated through the API. Check the last part of the README file. If you have any new ideas or wish to propose any changes, feel free to create a new issue.