feat: adds compacted by topics

This commit is contained in:
GitHub Actions
2022-07-06 10:11:14 +02:00
parent bf78ae9dce
commit 9dfa1f3dae
4 changed files with 53 additions and 21 deletions

14
package-lock.json generated
View File

@@ -12,7 +12,7 @@
"@actions/core": "^1.8.2",
"@actions/exec": "^1.1.1",
"ejs": "^3.1.8",
"gh-star-fetch": "^1.3.0",
"gh-star-fetch": "^1.5.0",
"got": "^11.8.1",
"remark": "^14.0.2",
"remark-toc": "^8.0.1"
@@ -3856,9 +3856,9 @@
}
},
"node_modules/gh-star-fetch": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/gh-star-fetch/-/gh-star-fetch-1.3.0.tgz",
"integrity": "sha512-Y+KXjioTWHGwoUI4domY86VmGXmTxfTPX05e1Uc+tGjuf0dL9tTwOlgmilEQluJ5o6sZIjxspy2ctZAP844N1Q==",
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/gh-star-fetch/-/gh-star-fetch-1.5.0.tgz",
"integrity": "sha512-sydnncz2w+r7d2aNXU/o6QeuDzY3ZHSqlNBCbTVoD39LegjW7wGKSkCndycjfXJEfu0ZqUg6lYGaWsPpXmvL5Q==",
"dependencies": {
"got": "^11.8.3",
"parse-link-header": "^2.0.0"
@@ -14325,9 +14325,9 @@
}
},
"gh-star-fetch": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/gh-star-fetch/-/gh-star-fetch-1.3.0.tgz",
"integrity": "sha512-Y+KXjioTWHGwoUI4domY86VmGXmTxfTPX05e1Uc+tGjuf0dL9tTwOlgmilEQluJ5o6sZIjxspy2ctZAP844N1Q==",
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/gh-star-fetch/-/gh-star-fetch-1.5.0.tgz",
"integrity": "sha512-sydnncz2w+r7d2aNXU/o6QeuDzY3ZHSqlNBCbTVoD39LegjW7wGKSkCndycjfXJEfu0ZqUg6lYGaWsPpXmvL5Q==",
"requires": {
"got": "^11.8.3",
"parse-link-header": "^2.0.0"