Skip to content

build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 #79

build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0

build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 #79

Workflow file for this run

# If someone with write access comments "/ok-to-test sha=<sha>" on a pull request, emit a repository_dispatch event
name: Ok To Test
on:
issue_comment:
types: [created]
jobs:
ok-to-test:
runs-on: ubuntu-latest
if: ${{ github.event.issue.pull_request }} # ignore issue comments
steps:
- name: Trigger test run for forked PR
uses: peter-evans/slash-command-dispatch@v3
with:
token: ${{ secrets.OK_TO_TEST_DISPATCH_TOKEN }}
reaction-token: ${{ secrets.GITHUB_TOKEN }}
issue-type: pull-request
commands: ok-to-test
permission: write