This pull request (PR) is made in reference to: #58
Description
I apologize for the delay. I spent some time over the past month finalizing changes to the action. I have fixed the bug in finding recent commits. The main change is that I removed the local action from the .github directory and just referenced my own action. This will make it easier to fix if any issues arise in the future. I also made it customizable so that if you want to change how far back to look for commits you can. This will allow you to change the frequency of the workflow if need be!
Motivation and Context
Change is required as the previous action was not working as intended. Added reference to my newest version of the action.
Checklist:
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
Fix for github action
This pull request (PR) is made in reference to: #58
Description
I apologize for the delay. I spent some time over the past month finalizing changes to the action. I have fixed the bug in finding recent commits. The main change is that I removed the local action from the
.github
directory and just referenced my own action. This will make it easier to fix if any issues arise in the future. I also made it customizable so that if you want to change how far back to look for commits you can. This will allow you to change the frequency of the workflow if need be!Motivation and Context
Change is required as the previous action was not working as intended. Added reference to my newest version of the action.
Checklist: