Skip to content

chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in the go-mod group #195

chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in the go-mod group

chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in the go-mod group #195

Workflow file for this run

name: Label Checker
on:
pull_request:
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
jobs:
check_labels:
name: Check labels
runs-on: ubuntu-latest
steps:
- uses: docker://agilepathway/pull-request-label-checker:v1.6.13
with:
one_of: norelease,release:major,release:minor,release:patch
repo_token: ${{ secrets.GITHUB_TOKEN }}