Skip to content

Rainy-1

Rainy-1 #30

name: Congratulations
on: [pull_request_target, issues]
jobs:
Congratulation:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "We're grateful you made your first issue notification. You can be sure that a response will be made as soon as possible."
pr-message: "We're grateful you made your first pull request notification. You can be sure that a response will be made as soon as possible."