https://github.com/josh-wong/commit-submit-merge-script
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.
https://github.com/josh-wong/commit-submit-merge-script
automation batch material-for-mkdocs script
Last synced: 5 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/josh-wong/commit-submit-merge-script
- Owner: josh-wong
- License: mit
- Created: 2022-07-09T08:03:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-01T09:41:58.000Z (over 1 year ago)
- Last Synced: 2025-02-10T02:13:26.764Z (12 months ago)
- Topics: automation, batch, material-for-mkdocs, script
- Language: Batchfile
- Homepage: https://www.080f53.com/commit-submit-merge-script/
- Size: 2.75 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 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.