Skip to content

Commit

Permalink
dev: welcome first-time contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
jirfag committed May 16, 2020
1 parent 8959cdc commit bc24805
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/welcome.yml
@@ -0,0 +1,12 @@
name: Auto message
on: [pull_request, issues]
jobs:
build:
name: Hello new contributor
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Hey, thank you for opening your first Issue ! 🙂"
pr-message: "Hey, thank you for opening your first Pull Request !"

0 comments on commit bc24805

Please sign in to comment.