diff options
-rw-r--r-- | cmd/generate/main.go | 5 | ||||
-rw-r--r-- | imworkingon/contribs.yml | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/cmd/generate/main.go b/cmd/generate/main.go index d50b0fe..e322e5c 100644 --- a/cmd/generate/main.go +++ b/cmd/generate/main.go @@ -125,6 +125,11 @@ func mainWithError() error { } } } + if m := reGitHubPR.FindStringSubmatch(c.URLs[0]); m != nil { + user := m[1] + repo := m[2] + return Upstream{URLs: []string{c.URLs[0]}, Name: user + "/" + repo} + } return Upstream{URLs: []string{c.URLs[0]}, Name: "???"} }, }). diff --git a/imworkingon/contribs.yml b/imworkingon/contribs.yml index 35bb4fe..1869802 100644 --- a/imworkingon/contribs.yml +++ b/imworkingon/contribs.yml @@ -119,7 +119,7 @@ `html.UnescapeString` that were found when working on the documentation parser in gotk4. - urls: [https://github.com/luigifab/awf-extended/pull/9] - tags: [Parabola] + tags: [Parabola, GTK] desc: | Just a minor touch-up to `configure.ac` that I noticed could be - made when updating the `pcr/awf` package. + made when updating Parabola's `pcr/awf` package. |