Skip to content

The explanation is identical for two pipeline chain operators #205

The explanation is identical for two pipeline chain operators

The explanation is identical for two pipeline chain operators #205

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! Thanks for your issue!'
pr-message: 'Hi! Thanks for your PR!'