chore: mention Discord when closing themes pr

This commit is contained in:
Jan De Dobbeleer 2022-12-23 12:53:28 +01:00 committed by Jan De Dobbeleer
parent 275031c1a3
commit 6eab958b07

View file

@ -44,7 +44,7 @@ jobs:
return;
}
const body = `👋 @${pr.user.login}, theme aditions are no longer accepted due to the ever growing set. We do however accept showcasing your custom theme in the [🎨 Themes section](https://github.com/JanDeDobbeleer/oh-my-posh/discussions/categories/themes) in discussions.`
const body = `👋 @${pr.user.login}, theme aditions are no longer accepted due to the ever growing set. We do however accept showcasing your custom theme in the [🎨 Themes section](https://github.com/JanDeDobbeleer/oh-my-posh/discussions/categories/themes) or [themes channel](https://discord.com/channels/1023597603331526656/1055533233309233252) on Discord.`
console.log(`Adding comment: ${body}`);
await github.rest.issues.createComment({