mirror of
https://github.com/onestardao/WFGY.git
synced 2026-04-28 03:29:51 +00:00
Update wfgy-auto-reply.yml
This commit is contained in:
parent
18c286de2d
commit
0b72127811
1 changed files with 2 additions and 11 deletions
13
.github/workflows/wfgy-auto-reply.yml
vendored
13
.github/workflows/wfgy-auto-reply.yml
vendored
|
|
@ -15,20 +15,11 @@ jobs:
|
|||
uses: actions/github-script@v7
|
||||
with:
|
||||
script: |
|
||||
const body = `
|
||||
Thanks for opening this issue.
|
||||
|
||||
PSBigBig is currently somewhere thinking about life, the universe, and possibly debugging the meaning of existence.
|
||||
|
||||
Your issue has been recorded.
|
||||
He will take a look when he returns to this dimension.
|
||||
|
||||
Thanks again for contributing to the project.
|
||||
`;
|
||||
const body = "Thanks for opening this issue.\n\nPSBigBig is currently somewhere thinking about life, the universe, and possibly debugging the meaning of existence.\n\nYour issue has been recorded. He will take a look when he returns.\n\nThanks again for contributing.";
|
||||
|
||||
github.rest.issues.createComment({
|
||||
issue_number: context.issue.number,
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
issue_number: context.issue.number,
|
||||
body: body
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue