-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Revert "Simplify contrib/backport
(#27520)"
#27566
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert "Simplify contrib/backport
(#27520)"
#27566
Conversation
This reverts go-gitea#27520 commit 79e8865 which breaks `--continue` functionality.
Can we fix it but revert it? |
I can fix it later. This script has likely never seen any usage as otherwise people would have noticed to update the default |
Hmm… I'm somewhat against simply reverting it. |
Actually I think it's probably easier to revert now, and then follow up with a reduced version of #27520 again, so let's merge this first. The script is semi-broken either before or after this, so it need fixing anyways. |
* giteaofficial/main: [skip ci] Updated translations via Crowdin Keep filter when showing unfiltered results on explore page (go-gitea#27192) Don't show Link to TOTP if not set up (go-gitea#27585) Fix data-race bug when accessing task.LastRun (go-gitea#27584) Fix template bug (go-gitea#27581) Replace ajax with fetch, improve image diff (go-gitea#27267) Replace assert.Fail with assert.FailNow (go-gitea#27578) Fix the robots.txt path show manual cron run's last time (go-gitea#27544) fully replace drone with actions (go-gitea#27556) Revert "Simplify `contrib/backport` (go-gitea#27520)" (go-gitea#27566) Align ISSUE_TEMPLATE with the new label system (go-gitea#27573) Penultimate round of `db.DefaultContext` refactor (go-gitea#27414)
This reverts #27520 commit 79e8865 which breaks
--continue
functionality.