aboutsummaryrefslogtreecommitdiff
path: root/rakelib/commits.rake
AgeCommit message (Collapse)Author
2023-12-01(PA-5395) Use reusable static code analysisMichael Hashizume
This commit updates the static code analysis GitHub Actions workflow from using a copy in this repository to a resuable copy in the Phoenix team centralized GitHub Actions repository. In addition, this removes the commits Rake task as it is no longer used in the reusable version of this workflow.
2023-10-03(maint) Update commit checkMichael Hashizume
This commit updates the commits Rake check to include commit summaries that begin with the Puppet Agent (PA) Jira project and removes references to a non-existent CONTRIBUTION.md.
2021-10-01(MODULES-11197) Allow release prep commits in rake taskBobosila Victor
2021-09-25(MODULES-11197) Move commits rake task to rakelib/commits.rakeBobosila Victor