From 1b43adba777067fda0ec94c8bbc89c167ef07b23 Mon Sep 17 00:00:00 2001 From: koyu Date: Sat, 19 Aug 2023 18:26:59 +0200 Subject: [PATCH] Change message --- .github/workflows/auto_wontfix.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/auto_wontfix.yml b/.github/workflows/auto_wontfix.yml index 1dfee3e..38add78 100644 --- a/.github/workflows/auto_wontfix.yml +++ b/.github/workflows/auto_wontfix.yml @@ -21,9 +21,7 @@ jobs: const repo = context.repo.repo; const owner = context.repo.owner; const number = issue.number; - const issueComment = ` - @${owner}, since macOS is not a supported platform by Discord we are going to close this issue. Thank you! - `; + const issueComment = "macOS is not supported, because loading libraries in Godot from third-party sources requires a paid developer certificate from Apple. You are welcome to compile and sign the library yourself."; // Mark the issue as "wontfix" await octokit.issues.update({ @@ -46,9 +44,7 @@ jobs: const repo = context.repo.repo; const owner = context.repo.owner; const number = issue.number; - const issueComment = ` - @${owner}, since macOS is not a supported platform by Discord we are going to close this issue. Thank you! - `; + const issueComment = "macOS is not supported, because loading libraries in Godot from third-party sources requires a paid developer certificate from Apple. You are welcome to compile and sign the library yourself."; // Mark the issue as "wontfix" await octokit.issues.update({