We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebb43d9 commit cc5feb5Copy full SHA for cc5feb5
.github/workflows/deprecate_packages.yml
@@ -106,7 +106,7 @@ jobs:
106
107
# Commit the changes:
108
git add README.md
109
- git commit -m "Deprecate $repo"
+ git commit -m "deprecate: add notification that the package repository is no longer supported"
110
111
# Push the changes:
112
git push "https://$GITHUB_ACTOR:$GITHUB_TOKEN@github.com/stdlib-js/$repo.git" main
0 commit comments