Skip to content

Update infection/infection requirement from ^0.26 to ^0.26 || ^0.27 #51

Update infection/infection requirement from ^0.26 to ^0.26 || ^0.27

Update infection/infection requirement from ^0.26 to ^0.26 || ^0.27 #51

Workflow file for this run

name: greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Thanks for opening your first issue here! Be sure to follow the issue template!'
pr-message: 'Thanks for opening this pull request! Please check out our contributing guidelines.'