mirror of
https://github.com/Ryujinx/Ryujinx-Games-List.git
synced 2024-12-23 01:25:43 +00:00
Log issue stats for easier debugging
This commit is contained in:
parent
aceb2183ae
commit
0855ceb943
2
.github/workflows/label-stats.yml
vendored
2
.github/workflows/label-stats.yml
vendored
|
@ -49,6 +49,8 @@ jobs:
|
||||||
formattedData[label.name] = label.issues.totalCount;
|
formattedData[label.name] = label.issues.totalCount;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
console.log(formattedData);
|
||||||
|
|
||||||
return formattedData;
|
return formattedData;
|
||||||
|
|
||||||
- name: Write stats
|
- name: Write stats
|
||||||
|
|
Loading…
Reference in a new issue