You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To get started with this project, please refer to the <ahref=#installation-guide>Installation Guide</a> and <ahref=#usage-instructions>User Instruction</a> in the documentation. For additional information on contributing, please check out the Contributing Guidelines [N/A].
32
+
To get started with this project, please refer to the <ahref=#installation-guide>Installation Guide</a> and <ahref=#interactive-bot-usage>Interactive Bot Usage</a> in the documentation. For additional information on contributing, please check out the Contributing Guidelines [N/A].
33
33
</p>
34
34
35
35
#### Disclaimer </b>
@@ -44,27 +44,31 @@ Commit Wave is designed to automate the process of creating commits to GitHub re
Commit Wave: Please enter the start date (YYYY-MM-DD):2025-01-10
58
+
Commit Wave: Please enter the end date (YYYY-MM-DD):2025-03-02
59
+
Commit Wave: How many commits would you like to make?10
60
+
Commit Wave: Great!I will make 10 commits from 2025-01-10 to 2025-03-02.
61
+
Commit Wave: Starting commits between Fri Jan 102025 and Sun Mar 022025...
62
+
```
63
+
60
64
#### Bot Script (Github Actions Script)
61
65
62
66
<palign="justify">
63
67
The Commit Wave project leverages a GitHub Actions script to automate commit operations. This script is configured to run on a schedule, performing 1-2 commits daily at random times. By utilizing GitHub Actions, the script ensures seamless integration with GitHub’s ecosystem, automatically pushing changes to maintain an active commit graph. The script is designed for simplicity and reliability, making it easy to set up and manage automated commits directly within your GitHub repository.
64
68
</p>
65
69
66
70
```yml
67
-
name: Bot
71
+
name: Commit Wave
68
72
69
73
on:
70
74
schedule:
@@ -124,5 +128,7 @@ on:
124
128
This project is licensed under the MIT License. This means you are free to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software. The full text of the license is available in the <a href="https://github.com/rahfianugerah/commitwave/blob/main/LICENSE">LICENSE</a> file. By using this project, you agree to include the license notice and disclaimers in all copies or substantial portions of the Software. For more details on the terms and conditions of the MIT License, please refer to the license file.
0 commit comments