Skip to content

Releases: derberg/manage-files-in-multiple-repositories

v0.0.9

10 Feb 12:27
3075014
Compare
Choose a tag to compare

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

26 Jan 11:18
9b1ec80
Compare
Choose a tag to compare

Debug by listing all repos that action will iterate over

v0.0.7

25 Jan 20:21
29cf8e8
Compare
Choose a tag to compare

Added primitive retry for PR creation to solve was submitted too quickly issue

v0.0.6

25 Jan 11:59
3ede5c3
Compare
Choose a tag to compare

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

22 Jan 17:42
e2a6fcf
Compare
Choose a tag to compare

Fixed wrong async/await promises usage withing simple-git library

v0.0.4

22 Jan 14:29
7450f61
Compare
Choose a tag to compare

Add more debug info for PR creation and git operations

v0.0.3

08 Jan 07:07
Compare
Choose a tag to compare

Added debug logs that you can enable by following this

v0.0.2

24 Nov 17:19
Compare
Choose a tag to compare
chore(release): bump 0.0.2

v0.0.1

24 Nov 17:13
Compare
Choose a tag to compare
chore: update actions.yml description to match limits