Merge pull request #412 from cubxxw/feat/auto-robot-translate

pull/415/head
Xinwei Xiong 2 years ago committed by GitHub
commit c2ed4c1b5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,6 +15,7 @@ jobs:
- name: Invite user to join our group - name: Invite user to join our group
uses: peter-evans/create-or-update-comment@v1 uses: peter-evans/create-or-update-comment@v1
with: with:
token: ${{ secrets.BOT_GITHUB_TOKEN }}
issue-number: ${{ github.event.issue.number }} issue-number: ${{ github.event.issue.number }}
body: | body: |
We value close connections with our users, developers, and contributors here at Open-IM-Server. With a large community and maintainer team, we're always here to help and support you. Whether you're looking to join our community or have any questions or suggestions, we welcome you to get in touch with us. We value close connections with our users, developers, and contributors here at Open-IM-Server. With a large community and maintainer team, we're always here to help and support you. Whether you're looking to join our community or have any questions or suggestions, we welcome you to get in touch with us.
@ -31,7 +32,8 @@ jobs:
- name: Close Issue - name: Close Issue
uses: peter-evans/close-issue@v3 uses: peter-evans/close-issue@v3
with: with:
token: ${{ secrets.BOT_GITHUB_TOKEN }}
issue-number: ${{ github.event.issue.number }} issue-number: ${{ github.event.issue.number }}
comment: auto-closing issue, if you still need help please reopen the issue or ask for help in the community above comment: 🤖 Auto-closing issue, if you still need help please reopen the issue or ask for help in the community above
labels: | labels: |
triage/accepted triage/accepted
Loading…
Cancel
Save