d0213942cda2795fb3e4e7b1ba703544011a3e85
[e-mobility-charging-stations-simulator.git] / greetings.yml
1 name: Greetings
2
3 on: [pull_request, issues]
4
5 jobs:
6 greeting:
7 runs-on: ubuntu-latest
8 steps:
9 - uses: actions/first-interaction@v1
10 with:
11 repo-token: ${{ secrets.GITHUB_TOKEN }}
12 issue-message: 'Welcome to your first issue in e-Mobility software'
13 pr-message: 'Welcome to your first PR in e-Mobility software'