Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
8ec8e225eb
|
|
@ -1,6 +1,6 @@
|
|||
name: "🐛 Bug Report"
|
||||
description: "Submit a bug report to help us improve,\nif you have a problem installing the app please join our https://discord.postiz.com instead for help."
|
||||
title: "🐛 Bug Report: "
|
||||
title: "Give your bug report a good title "
|
||||
labels: ["type: bug"]
|
||||
body:
|
||||
- type: markdown
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
name: 🚀 Feature
|
||||
description: "Submit a proposal for a new feature"
|
||||
title: "🚀 Feature: "
|
||||
labels: [feature]
|
||||
title: "Give your feature request a title"
|
||||
labels: ["type: feature-request"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
|
|
|
|||
|
|
@ -23,8 +23,8 @@ export class TrendingService {
|
|||
});
|
||||
|
||||
const hashedNames = md5(arr.map(p => p.name).join(''));
|
||||
console.log(language, hashedNames);
|
||||
console.log('Updating GitHub trending topic', language, hashedNames);
|
||||
await this._starsService.updateTrending(language.name, hashedNames, arr);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue