Skip to content

generated tests have a funtion expecting a 200 response but send an empty body #246

generated tests have a funtion expecting a 200 response but send an empty body

generated tests have a funtion expecting a 200 response but send an empty body #246

Workflow file for this run

name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
continue-on-error: true
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Thank you for collaborating with the project by giving us feedback!"
pr-message: "Thank you for collaborating with the project to help us to improve! We hope the plugin is useful to you. Cheers!"