Skip to content

Bump semver and react-scripts #58

Bump semver and react-scripts

Bump semver and react-scripts #58

Workflow file for this run

---
# Action Repo: https://github.com/actions/starter-workflows
name: Greetings
# yamllint disable-line rule:truthy
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: >
Thank you for logging your first issue in our repository.
We shall review and revert in due course.
pr-message: >
Thank you for submitting your first PR to our repository.
We shall review and revert in due course.