Skip to content

Commit

Permalink
Remove testing statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaffinito committed Aug 4, 2023
1 parent 2261266 commit f652948
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_release_notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,5 @@ jobs:
GH_TOKEN: ${{ secrets.DOTNET_AGENT_GH_TOKEN }}
REPO: https://github.com/newrelic/docs-website/
HEAD: ${{env.branch_name}}
TITLE: "(TESTING-DO NOT MERGE).NET Agent Release Notes for v${{ github.event.inputs.agent_version }}"
BODY: "(TESTING-DO NOT MERGE)This is an automated PR generated when the .NET agent is released. Please merge as soon as possible."
TITLE: ".NET Agent Release Notes for v${{ github.event.inputs.agent_version }}"
BODY: "This is an automated PR generated when the .NET agent is released. Please merge as soon as possible."

0 comments on commit f652948

Please sign in to comment.