Skip to content

merged with main

merged with main #1

name: Greeting the new contributor
<<<<<<< HEAD

Check failure on line 3 in .github/workflows/welcome-first-time-contrib.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/welcome-first-time-contrib.yml

Invalid workflow file

You have an error in your yaml syntax on line 3
on: [pull_request, issues]
=======
on:
pull_request_target:
types: [opened]
issues:
types: [opened]
>>>>>>> 7b97d3088cb76b3a9155bb0e180727d5bb625af5
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: >
Welcome to the [JSON Schema](https://json-schema.org/) Community. We are so excited you are here! Thanks a lot for reporting your first issue!! πŸŽ‰πŸŽ‰ Please make sure to take a look to our [contributors guide](https://github.com/json-schema-org/website/blob/main/CONTRIBUTING.md) if you plan on opening a pull request.
For more details check out [README.md](https://github.com/json-schema-org/website?tab=readme-ov-file#-welcome-to-the-json-schema-website) file.
pr-message: >
Welcome to the [JSON Schema](https://json-schema.org/) Community. Thanks a lot for creating your first pull request!! πŸŽ‰πŸŽ‰ We are so excited you are here! We hope this is only the first of many!
For more details check out [README.md](https://github.com/json-schema-org/website?tab=readme-ov-file#-welcome-to-the-json-schema-website) file.