diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml new file mode 100644 index 0000000..edaaebd --- /dev/null +++ b/.github/workflows/greetings.yml @@ -0,0 +1,21 @@ +name: Greetings + +on: + issues: + types: [opened] + +permissions: + issues: write + +jobs: + greeting: + name: Greet First-Time Contributors + runs-on: ubuntu-latest + + steps: + - name: Welcome first-time contributors + uses: actions/first-interaction@v3 + with: + issue_message: | + Thanks for opening your first issue! We appreciate you taking the + time to help improve the project.