1.8 KiB
fix: commit Hide the "Details" link of commit status when the user cannot access actions.
fix: commit The API endpoint to get the actions registration token is GET /repos/{owner}/{repo}/actions/runners/registration-token and not GET /repos/{owner}/{repo}/runners/registration-token.
fix: commit Runner registration token via API is broken for repo level runners.
fix: commit Deleted projects causes bad popover text on issues.
fix: commit Distinguish LFS object errors to ignore missing objects during migration.
feat: commit Use UTC as a timezone when running scheduled actions tasks.
feat: commit The actions logs older than [actions].LOG_RETENTION_DAYS
days are removed (the default is 365).
fix: commit When viewing the revision history of wiki pages, the pagination links are broken: instead of org/repo/wiki/Page?action=_revision&page=2, the link is only org/repo/wiki/Page?page=2, thus bringing the user back to the wiki page.
fix: commit Also rename the head branch of open pull requests when renaming a branch.