Since 10.6 Actions are disabled by default unless the actions.enabled is set to true (which deploys an ACT Runner) #731
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?
Since version 10.6.0, my external runner was failing to login to Gitea.
I found out that the configuration value in app.ini for [actions] has been added with a default value of ENABLED=false, whereas in versions 10.5 and earlier Gitea was taking the default value (which is true).
I think it makes sense to tell people in the chart Readme that to activate the Actions they now have to manually set the
ENABLED: true
in the chart config values like so:I want to reopen, the ticket was automatically closed when I started my PR
Is there a bug? I can't reopen the issue when I click to write a comment. I have to resort to tab-tab-tab until reaching the text area.. sorry for the amount of comments here
@Gui13
Not sure. You could try reproducing this on demo.gitea.com. Maybe it got closed due to committing on main of your fork. That would be a huge bug which should be reported in Gitea repo itself.
Regarding the actual issue you reported: Uff, you are right. I forgot that actions are enabled by default when the runner feature was introduced. Thanks for reporting. From a semver point of view, 10.6 should've been a major release with breaking changes as 11.0.
Regarding the tab-tab-tab textarea topic: I now know what you mean. That's for sure a bug. (writing this with GitNex client)
By the way, I updated the 10.6 release text to inform users about the unintended breaking change.
Instance has been updated to fix the texarea issue. Thanks @lunny.