Title: Add a Crossword puzzle Game #3080
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Greetings | |
on: | |
pull_request: | |
types: [opened] | |
issues: | |
types: [opened] | |
jobs: | |
greeting: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Send greeting message | |
uses: actions/first-interaction@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: 'Thank you for opening your first issue in our repository! One of our maintainers will get in touch with you soon.' | |
pr-message: 'Thank you for opening your first pull request in our repository! One of our maintainers will get in touch with you soon.' |