This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
Welcome Issue #95
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Welcome Issue | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
welcome: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Welcome Issue | |
uses: actions-cool/issues-helper@v3.4.0 | |
with: | |
actions: 'create-comment' | |
token: ${{ secrets.GITHUB_TOKEN }} | |
issue-number: ${{ github.event.issue.number }} | |
body: | | |
您好 @${{ github.event.issue.user.login }}!:wave: | |
感谢您参与 XDbot2 项目,我们会尽快回复您,请留意 GitHub 上的通知。 |