Added:
- Open a datadog-agent PR pinning
INTEGRATIONS_CORE_VERSIONto the tagged commit when tagging an Agent release branch. The PR targets the Agentmainfor the first RC of a milestone and the matching Agent release branch for every other tag, and is opened before the tag is pushed: PR creation retries on transient HTTP errors and, if it keeps failing, the command aborts without pushing the tag, printing thegh pr createcommand to open it manually; pass--skip-pr-creationto create and push the tag without the PR. (#25116)
Fixed:
- Include actionable QA label guidance in failed validation reports. (#25262)