1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-09 11:08:19 +00:00

Fix PushEvent NullPointerException jenkinsci/github-plugin (#27203) (#27249)

Backport #27203 by @Nabapadma-sarker

Fixes #27202

Co-authored-by: Nabapadma-sarker <nabapadmacse1991@gmail.com>
This commit is contained in:
Giteabot
2023-09-25 15:02:08 +08:00
committed by GitHub
parent dd2f007501
commit 4b37eb2c23
3 changed files with 6 additions and 0 deletions

View File

@@ -21038,6 +21038,10 @@
"format": "date-time",
"x-go-name": "Updated"
},
"url": {
"type": "string",
"x-go-name": "URL"
},
"watchers_count": {
"type": "integer",
"format": "int64",