Create greetings.yml
This commit is contained in:
parent
e829c9edf4
commit
06fd2433c6
|
@ -0,0 +1,16 @@
|
||||||
|
name: Greetings
|
||||||
|
|
||||||
|
on: [pull_request, issues]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
greeting:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
issues: write
|
||||||
|
pull-requests: write
|
||||||
|
steps:
|
||||||
|
- uses: actions/first-interaction@v1
|
||||||
|
with:
|
||||||
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
issue-message: 'Hey! Thanks for Contributing to CDC Placement Backend Repository'
|
||||||
|
pr-message: 'Congratulations! You have made your First PR. Well Done!! Your PR will be reviewed soon. '
|
Loading…
Reference in New Issue