Change message
This commit is contained in:
8
.github/workflows/auto_wontfix.yml
vendored
8
.github/workflows/auto_wontfix.yml
vendored
@@ -21,9 +21,7 @@ jobs:
|
|||||||
const repo = context.repo.repo;
|
const repo = context.repo.repo;
|
||||||
const owner = context.repo.owner;
|
const owner = context.repo.owner;
|
||||||
const number = issue.number;
|
const number = issue.number;
|
||||||
const issueComment = `
|
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.";
|
||||||
@${owner}, since macOS is not a supported platform by Discord we are going to close this issue. Thank you!
|
|
||||||
`;
|
|
||||||
|
|
||||||
// Mark the issue as "wontfix"
|
// Mark the issue as "wontfix"
|
||||||
await octokit.issues.update({
|
await octokit.issues.update({
|
||||||
@@ -46,9 +44,7 @@ jobs:
|
|||||||
const repo = context.repo.repo;
|
const repo = context.repo.repo;
|
||||||
const owner = context.repo.owner;
|
const owner = context.repo.owner;
|
||||||
const number = issue.number;
|
const number = issue.number;
|
||||||
const issueComment = `
|
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.";
|
||||||
@${owner}, since macOS is not a supported platform by Discord we are going to close this issue. Thank you!
|
|
||||||
`;
|
|
||||||
|
|
||||||
// Mark the issue as "wontfix"
|
// Mark the issue as "wontfix"
|
||||||
await octokit.issues.update({
|
await octokit.issues.update({
|
||||||
|
Reference in New Issue
Block a user