Skip to content

Commit

Permalink
Merge 'Add first interaction bot (#76)'
Browse files Browse the repository at this point in the history
  • Loading branch information
robbertbos authored Mar 29, 2024
2 parents a9455ac + 49ab8f4 commit b7296b1
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/CONTRIBUTING.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/CONTRIBUTING.md) :heart:

0 comments on commit b7296b1

Please sign in to comment.