Skip to content

Commit

Permalink
greet on first interaction
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiiRochi committed Feb 16, 2024
1 parent 79f8f0d commit 7e4ecbe
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/greet_on_first_interaction.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Welcome on first interaction
on:
issues:
types: [opened]
pull_request:
branches: [master]
types: [opened]
jobs:
greet:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: '# Thank you!.\nThank you for starting making this module better!'
pr-message: 'Thanks for your first attempt to contribute to this module!'

0 comments on commit 7e4ecbe

Please sign in to comment.