mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 10:33:37 -05:00
Merge pull request #270 from github/welcome-message
Create welcome_new_people.yml
This commit is contained in:
commit
e18ef2cd3b
1 changed files with 13 additions and 0 deletions
13
.github/workflows/welcome_new_people.yml
vendored
Normal file
13
.github/workflows/welcome_new_people.yml
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
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: 'Thanks for opening your first issue in the **super-linter** repo! :tada:'
|
||||
pr-message: 'Thanks for opening your first pr in the **super-linter** repo! :tada: This project is built on contributions just like this.'
|
Loading…
Reference in a new issue