Skip to content

This batch script is for committing changes and then submitting and merging a pull request. Works best if automating the script by using Task Scheduler in Windows.

License

Notifications You must be signed in to change notification settings

josh-wong/commit-submit-merge-script

Repository files navigation

commit-submit-merge script🤖

By using the commit-submit-merge script and configuring the script as a task in Task Scheduler in Windows, you can automate the commit, submit, and merge process for pull requests in GitHub.

Note

This script currently only supports submitting and merging a pull request to the main branch.

This script can be particularly helpful for when you want to automatically commit changes regularly with a standard, descriptive summary. After that, the script will create a pull request to the main branch and then merge that pull request.

About

This batch script is for committing changes and then submitting and merging a pull request. Works best if automating the script by using Task Scheduler in Windows.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published