Skip to content

Revert 1 refactoring #117

Revert 1 refactoring

Revert 1 refactoring #117

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: 'Thanks!'' first issue'
pr-message: 'Thanks!'' first pr'