Update current_milestone to 7.82.0#23977
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f71a89c2b0
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| trigger: | ||
| project: DataDog/datadog-agent | ||
| branch: main | ||
| branch: 7.81.x |
There was a problem hiding this comment.
Keep the agent trigger on main for master
On the master-side milestone bump PR, this makes build-agent-auto trigger DataDog/datadog-agent on the frozen 7.81.x branch instead of main for future non-release branches. I checked the release automation: .github/workflows/update-build-agent-yaml.yml intentionally creates the build_agent.yaml change against base: ${{ inputs.branch }} for the release branch, while the milestone bump path only updates release.json; merging this into master would send ongoing dev builds to the wrong downstream Agent branch.
Useful? React with 👍 / 👎.
Validation Report
Run Passed validations (20)
|
|
Updates
current_milestoneinrelease.jsonto7.82.0after cutting the7.81.xrelease branch.