Merge remote-tracking branch 'origin/main'

This commit is contained in:
Nevo David 2024-09-16 21:49:35 +07:00
commit 8ec8e225eb
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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:

View File

@ -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);
}
}
}
}