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: "Hello, thanks for taking the time to open this issue. We'll get to it as soon as possible." pr-message: "Hello, thanks for taking the time to open this PR. We'll get to it as soon as possible."