[Documentation Bug]: #1
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: Auto Greeting | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
greet: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Greet Contributor | |
run: | | |
echo "Hi there! Thanks for opening this issue. We appreciate your contribution and will look into it as soon as possible." |