mirror of
https://github.com/iptv-org/iptv
synced 2026-09-06 03:50:47 -04:00
Create .github/mocks
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"action": "labeled",
|
||||
"label": {
|
||||
"name": "approved"
|
||||
},
|
||||
"issue": {
|
||||
"number": 48372,
|
||||
"user": {
|
||||
"login": "Bob"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"action": "edited",
|
||||
"issue": {
|
||||
"number": 48372,
|
||||
"title": "[BUG] Title",
|
||||
"body": "Lorem ipsum",
|
||||
"user": {
|
||||
"login": "Bob"
|
||||
},
|
||||
"labels": [
|
||||
{ "name": "bug" }
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -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" }
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user