pull expand tool: add tea mode #153

Merged
jolheiser merged 3 commits from add-tea-mode-to-pulls into master 2021-03-13 15:10:58 +00:00
Owner

as title

as title
6543 added 1 commit 2021-03-13 00:16:16 +00:00
pull expand tool: add tea mode
All checks were successful
continuous-integration/drone/pr Build is passing
e4a3b3306b
noerw reviewed 2021-03-13 00:34:24 +00:00
Dismissed
@ -12,2 +12,2 @@
pullURL = "https://github.com/go-gitea/gitea/pull/"
pullRegex = regexp.MustCompile(`#(\d+)\)`)
pullGiteaURL = "https://github.com/go-gitea/gitea/pull/"
pullTeaURL = "https://gitea.com/gitea/tea/pulls/"
Member
- 	pullTeaURL   = "https://gitea.com/gitea/tea/pulls/"
+	pullTeaURL   = "https://gitea.com/gitea/tea/pull/"

?

```diff - pullTeaURL = "https://gitea.com/gitea/tea/pulls/" + pullTeaURL = "https://gitea.com/gitea/tea/pull/" ``` ?
Author
Owner

@noerw you will get a 404 ...

test: https://gitea.com/gitea/tea/pull/313

@noerw you will get a 404 ... test: https://gitea.com/gitea/tea/pull/313
noerw marked this conversation as resolved
6543 added 1 commit 2021-03-13 00:38:40 +00:00
Merge branch 'master' into add-tea-mode-to-pulls
All checks were successful
continuous-integration/drone/pr Build is passing
3df54b574c
Owner

Can you add something to the README about this new flag?

Can you add something to the README about this new flag?
6543 added 1 commit 2021-03-13 15:08:02 +00:00
mention --tea flag in Readme
All checks were successful
continuous-integration/drone/pr Build is passing
7c9379c885
noerw approved these changes 2021-03-13 15:09:36 +00:00
Dismissed
jolheiser approved these changes 2021-03-13 15:10:39 +00:00
Dismissed
jolheiser merged commit b377b5d8d5 into master 2021-03-13 15:10:58 +00:00
6543 deleted branch add-tea-mode-to-pulls 2021-03-13 15:11:14 +00:00
Sign in to join this conversation.
No description provided.