Skip to content

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #4

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #4

Workflow file for this run

name: Greetings
on: [pull_request_target, 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: "Thank you for your contribution! We will investigate the issue as soon as we get time."
pr-message: "Thank you for your contribution! We will take a look at the PR as soon as we get time."