Skip to content

Update module github.com/stretchr/testify to v1.10.0 #4

Update module github.com/stretchr/testify to v1.10.0

Update module github.com/stretchr/testify to v1.10.0 #4

Workflow file for this run

name: Pull Request Labeler
on:
- pull_request_target
permissions:
contents: read
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: |
labeler.yml
sparse-checkout-cone-mode: false
repository: opentracing-contrib/common
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true
configuration-path: labeler.yml