mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2024-12-22 22:43:15 +07:00
adding welcome github action
This commit is contained in:
parent
f2b3d29b1b
commit
a953a7e8ea
18
.github/workflows/welcome_workflow.yaml
vendored
Normal file
18
.github/workflows/welcome_workflow.yaml
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
name: 'Welcome New Contributors'
|
||||
|
||||
on:
|
||||
issues:
|
||||
types: [opened]
|
||||
pull_request_target:
|
||||
types: [opened]
|
||||
|
||||
jobs:
|
||||
welcome-new-contributor:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 'Greet the contributor'
|
||||
uses: garg3133/welcome-new-contributors@v1.2
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
issue-message: 'Hello there, thanks for opening an issue. We welcome you to the #90DaysOfDevOps community!'
|
||||
pr-message: 'Hello there, thanks for opening a Pull Request. Someone will review it soon.'
|
Loading…
Reference in New Issue
Block a user