Skip to content

test: Make infinite tracing integration test more stable. (#1926) #215

test: Make infinite tracing integration test more stable. (#1926)

test: Make infinite tracing integration test more stable. (#1926) #215

on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
name: Release Please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
with:
disable-sudo: true
egress-policy: audit
- uses: google-github-actions/release-please-action@ca6063f4ed81b55db15b8c42d1b6f7925866342d # v3.7.11
with:
release-type: go
changelog-path: src/Agent/CHANGELOG.md
token: ${{ secrets.DOTNET_AGENT_GH_TOKEN }}
changelog-types: '[{"type":"notice","section":"Notice","hidden":false},{"type":"feat","section":"New Features","hidden":false},{"type":"fix","section":"Fixes","hidden":false},{"type":"security","section":"Security","hidden":false}]'