issues
search
TheAlgorithms
/
scripts
Scripts used across all The Algorithms repositories
MIT License
77
stars
43
forks
source link
fix: copyright license script
#28
Closed
Panquesito7
closed
1 year ago
Panquesito7
commented
1 year ago
Things added/changed:
Fix copyright license script.
If there are unpushed changes, the script will
attempt
to create a PR.
When pushing changes, if there are no available commits (which means there were no changes done), the script won't fail anymore.
Fix
initial_year
description that was taken as a string (by using
'
).
When creating a PR, it uses the correct branch and not just
master
. Every repository has different branch names.
Things added/changed:
initial_year
description that was taken as a string (by using'
).master
. Every repository has different branch names.