Chore: Adding build number to plugin schema (#89464)

adding build number
This commit is contained in:
Timur Olzhabayev 2024-06-20 13:51:51 +02:00 committed by GitHub
parent 44fd13c742
commit 78c8a26906
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -72,6 +72,10 @@
"pr": {
"type": "number",
"description": "GitHub pull request the plugin was built from"
},
"build": {
"type": "number",
"description": "Build job number used to build this plugin."
}
}
},