Skip to content

Update congratulations.yml #11

Update congratulations.yml

Update congratulations.yml #11

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:

Check failure on line 16 in .github/workflows/congratulations.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/congratulations.yml

Invalid workflow file

You have an error in your yaml syntax on line 16
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.'