Create .github/mocks

This commit is contained in:
freearhey
2026-08-15 03:03:07 +03:00
parent c538a9953c
commit 0539732720
3 changed files with 40 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"action": "labeled",
"label": {
"name": "approved"
},
"issue": {
"number": 48372,
"user": {
"login": "Bob"
}
}
}
+14
View File
@@ -0,0 +1,14 @@
{
"action": "edited",
"issue": {
"number": 48372,
"title": "[BUG] Title",
"body": "Lorem ipsum",
"user": {
"login": "Bob"
},
"labels": [
{ "name": "bug" }
]
}
}
+14
View File
@@ -0,0 +1,14 @@
{
"action": "opened",
"issue": {
"number": 48372,
"title": "Add: WLTV-DT 23.1 HD",
"body": "### Stream ID (required)\n\nWLTVDT231.us@East\n\n### Stream URL (required)\n\nhttps://iptv-org.github.io/iptv/index.m3u\n\n### Quality\n\n720p\n\n### Label\n\n_No response_\n\n### HTTP User Agent\n\n_No response_\n\n### HTTP Referrer\n\n_No response_\n\n### Notes\n\n_No response_\n\n### Contributing Guide\n\n- [x] I have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md)",
"user": {
"login": "Bob"
},
"labels": [
{ "name": "streams:add" }
]
}
}