Skip to content

RUM-15945: Sign automatically created commits#3462

Merged
aleksandr-gringauz merged 1 commit into
developfrom
aleksandr-gringauz/RUM-15945/sign-automatically-created-commits
May 21, 2026
Merged

RUM-15945: Sign automatically created commits#3462
aleksandr-gringauz merged 1 commit into
developfrom
aleksandr-gringauz/RUM-15945/sign-automatically-created-commits

Conversation

@aleksandr-gringauz

@aleksandr-gringauz aleksandr-gringauz commented May 21, 2026

Copy link
Copy Markdown
Contributor

What does this PR do?

Using commit-headless tool to sign commits that our CI creates automatically.

The result looks like this DataDog/dd-sdk-android-gradle-plugin#560

How this works

  1. Our CI obtains the GitHub token using dd-octo-sts.
  2. It uses this token to call the commit-headless tool.
  3. The tool uses some GitHub API to produce signed commits. GitHub signs the commit using its own key (see docs).
  4. The author of the commit is dd-octo-sts[bot].

Motivation

What inspired you to submit this pull request?

Additional Notes

Anything else we should know when reviewing?

Review checklist (to be filled by reviewers)

  • Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
  • Make sure you discussed the feature or bugfix with the maintaining team in an Issue
  • Make sure each commit and the PR mention the Issue number (cf the CONTRIBUTING doc)

@aleksandr-gringauz
aleksandr-gringauz force-pushed the aleksandr-gringauz/RUM-15945/sign-automatically-created-commits branch 2 times, most recently from 6c5384f to 81f7e79 Compare May 21, 2026 10:00
@datadog-datadog-prod-us1-2

This comment has been minimized.

@aleksandr-gringauz
aleksandr-gringauz force-pushed the aleksandr-gringauz/RUM-15945/sign-automatically-created-commits branch from cd576fd to a1b37cd Compare May 21, 2026 11:17
@aleksandr-gringauz
aleksandr-gringauz marked this pull request as ready for review May 21, 2026 11:34
@aleksandr-gringauz
aleksandr-gringauz requested review from a team as code owners May 21, 2026 11:34

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: a1b37cdc85

ℹ️ About Codex in GitHub

Your team has set up Codex to 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 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread ci/scripts/dogfood.py
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.19%. Comparing base (afa0951) to head (a1b37cd).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #3462      +/-   ##
===========================================
+ Coverage    72.14%   72.19%   +0.05%     
===========================================
  Files          964      964              
  Lines        35503    35503              
  Branches      5898     5898              
===========================================
+ Hits         25613    25630      +17     
+ Misses        8272     8263       -9     
+ Partials      1618     1610       -8     

see 32 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@aleksandr-gringauz
aleksandr-gringauz merged commit 20b8a98 into develop May 21, 2026
27 checks passed
@aleksandr-gringauz
aleksandr-gringauz deleted the aleksandr-gringauz/RUM-15945/sign-automatically-created-commits branch May 21, 2026 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants