Pull Request failed in latest Chart Version #173
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello,
in the latest chart version the pull requests failed.
The log shows:
I check the tmp folder and there are a gitea folder with full rights for the gitea user. I temporary change that to 777 permissions in runtime and the pull requests works again. Seems that it use a other user to access it and not git, but why? I thougth that gitea runs as user git inside container.
Is possible fixed with:
f0070ef64bshould be fixed with #172
Released 3.1.3 with the fix, can you confirm, that this is fixed for you?
Yes, its fixed for me. I confirmed. Thanks ?