mirror of
https://codeberg.org/forgejo-aneksajo/forgejo-aneksajo.git
synced 2025-07-12 17:00:05 +02:00
New/reopen PR checks if there is any unmerged and open PR
This commit is contained in:
parent
4dc6285715
commit
fc7959d3bc
9 changed files with 602 additions and 514 deletions
|
@ -105,7 +105,7 @@ func NewRepoContext() {
|
|||
if ver.LessThan(reqVer) {
|
||||
log.Fatal(4, "Gogs requires Git version greater or equal to 1.7.1")
|
||||
}
|
||||
log.Info("Git version: %s", ver.String())
|
||||
log.Info("Git Version: %s", ver.String())
|
||||
|
||||
// Git requires setting user.name and user.email in order to commit changes.
|
||||
for configKey, defaultValue := range map[string]string{"user.name": "Gogs", "user.email": "gogs@fake.local"} {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue