Skip to content

SD8

SD8 #134

Workflow file for this run

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: 'Hi! Thank you for you issue. We will try to correct it the quickest possible.'' first issue'
pr-message: 'Hi! Thank you for helping me. Together we will build the ultimate software!'' first pr'