Skip to content

Commit

Permalink
Add first interaction bot
Browse files Browse the repository at this point in the history
  • Loading branch information
berrydenhartog committed Mar 27, 2024
1 parent fb7388f commit 5ce30c5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/first-interaction.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Greetings

on: [pull_request, issues]

jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: |
Welcome to our community :hugs: and thank you for your first contribution.
As a first time contributor please make sure to review our [contribution guidelines](https://github.com/MinBZK/ai-validation/blob/main/CONTRIBUTE.md) :heart:
pr-message: |
Welcome to our community :hugs: and thank you for your first contribution.
As a first time contributor please make sure to review our [contribution guidelines](https://github.com/MinBZK/ai-validation/blob/main/CONTRIBUTE.md) :heart:

0 comments on commit 5ce30c5

Please sign in to comment.