Skip to content

翻译

翻译 #159

Workflow file for this run

name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Thanks for submitting a issue! Our developers will investigate into it ASAP.'
pr-message: 'Thanks for submitting a PR! The collaborators will review the code ASAP.'