Skip to content

✨ 能否编写一个用于 AtCoder 的版本 #163

✨ 能否编写一个用于 AtCoder 的版本

✨ 能否编写一个用于 AtCoder 的版本 #163

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.'