[feat] 希望可以在客户端添加可以手动指定服务端ip的功能 #291
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: Greetings | |
on: [pull_request_target, issues] | |
jobs: | |
greeting: | |
# 跳过 Renovate PR | |
if: | | |
github.actor != 'renovate[bot]' && | |
github.actor != 'renovate-preview[bot]' | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
pull-requests: write | |
steps: | |
- uses: actions/first-interaction@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: "👋 感谢你提出第一个 Issue!我们会尽快查看并回复。请确保已经提供了足够的信息来描述问题。" | |
pr-message: "🎉 感谢你提交第一个 PR!我们很高兴你参与到 HuLa 项目中来。我们会尽快审查你的贡献。" |