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: 'Welcome to your first issue in e-Mobility software' pr-message: 'Welcome to your first PR in e-Mobility software'