Skip to content

Commit

Permalink
Merge pull request #241 from gioxx/gioxx-patch-1
Browse files Browse the repository at this point in the history
Update IssueAssignment.yml
  • Loading branch information
gioxx authored Nov 11, 2024
2 parents a55fcce + 2a03df6 commit 683509a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/IssueAssignment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,16 @@ jobs:
assignees: gioxx
numOfAssignee: 1
allowSelfAssign: true

- name: 'Comment on issue'
uses: actions/github-script@v7.0.1
with:
script: |
const issueNumber = context.issue.number;
const message = "🇮🇹 Grazie per aver aperto la segnalazione. Ti informo, però, che il progetto è in fase di chiusura. Vedi https://github.com/gioxx/MarvellousSuspender/discussions/196.\n\n" +
"🇬🇧 Thank you for opening the issue. Please be advised, however, that the project will soon be closed due to Chrome V3 manifest and new policies. Please take a look here: https://github.com/gioxx/MarvellousSuspender/discussions/196.";
await github.rest.issues.createComment({
...context.repo,
issue_number: issueNumber,
body: message
});

0 comments on commit 683509a

Please sign in to comment.