Releases: derberg/manage-files-in-multiple-repositories
Releases · derberg/manage-files-in-multiple-repositories
v0.0.9
Fixing the issue with failing action when an organization has a repository that is not initialized. Not initialized repository doesn't have a default branch.
v0.0.8
v0.0.7
v0.0.6
added retries to octokit requests using https://github.com/octokit/plugin-retry.js.
Default settings are:
{
enabled: true,
retryAfterBaseValue: 1000,
doNotRetry: [400, 401, 403, 404, 422],
retries: 3,
}
v0.0.5
v0.0.4
v0.0.3
v0.0.2
chore(release): bump 0.0.2
v0.0.1
chore: update actions.yml description to match limits