From 2416a774b03194651b248a5987d7d1e9e293e02c Mon Sep 17 00:00:00 2001 From: Oscar Vestlie Date: Tue, 18 Jul 2023 13:50:58 -0700 Subject: [PATCH] Add a bunch of TODOs b/290997541 --- .github/workflows/unit_test_report.yaml | 30 +++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/.github/workflows/unit_test_report.yaml b/.github/workflows/unit_test_report.yaml index 3f8ec1d678c7a..f9fe149530c8d 100644 --- a/.github/workflows/unit_test_report.yaml +++ b/.github/workflows/unit_test_report.yaml @@ -85,6 +85,36 @@ jobs: DD_GIT_COMMIT_SHA: ${{ github.event.workflow_run.head_sha }} DD_GIT_REPOSITORY_URL: ${{ github.event.repository.git_url }} + + # DD_GIT_BRANCH: + + # DD_GIT_COMMIT_MESSAGE + # Commit message. + # Example: Set release number + + # DD_GIT_COMMIT_AUTHOR_NAME + # Commit author name. + # Example: John Smith + + # DD_GIT_COMMIT_AUTHOR_EMAIL + # Commit author email. + # Example: john@example.com + + # DD_GIT_COMMIT_AUTHOR_DATE + # Commit author date in ISO 8601 format. + # Example: 2021-03-12T16:00:28Z + + # DD_GIT_COMMIT_COMMITTER_NAME + # Commit committer name. + # Example: Jane Smith + + # DD_GIT_COMMIT_COMMITTER_EMAIL + # Commit committer email. + # Example: jane@example.com + + # DD_GIT_COMMIT_COMMITTER_DATE + # Commit committer date in ISO 8601 format. + # Example: 2021-03-12T16:00:28Z run: | for dir in unit-test-results/*/; do