From 54506c13f3ea702e1525b7d10eb79898daa83d00 Mon Sep 17 00:00:00 2001 From: Roberto T Date: Tue, 30 Sep 2025 12:38:52 -0600 Subject: [PATCH 1/2] DYN-9484 Update Action Title Body For sanity check I'm modifying the PR title and also in the body we included the eidos team. --- .github/workflows/auto_update_src_html.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto_update_src_html.yml b/.github/workflows/auto_update_src_html.yml index 3ff6cbab849..9d0f3316349 100644 --- a/.github/workflows/auto_update_src_html.yml +++ b/.github/workflows/auto_update_src_html.yml @@ -162,7 +162,7 @@ jobs: GH_TOKEN: ${{ secrets.DYNAMO_ACTIONS_TOKEN }} if: steps.check_changes.outputs.changed == 'true' run: | - gh pr create --title "Update HTML Documentation" \ - --body "This PR contains automated changes generated due to changes in doc/distrib/html subfolders" \ + gh pr create --title "DYN-000 - Update HTML Documentation" \ + --body "This PR contains automated changes generated due to changes in doc/distrib/html subfolders, @DynamoDS/eidos, please review and merge this PR" \ --base $MAIN_BRANCH \ --head ${{ steps.commit_changes.outputs.branch }} From feb642a61980c508b46b0805cd63bf02c0f62804 Mon Sep 17 00:00:00 2001 From: Roberto T Date: Tue, 30 Sep 2025 13:15:44 -0600 Subject: [PATCH 2/2] DYN-9484 Update Action Title Body Updated the title and also added assignee --- .github/workflows/auto_update_src_html.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto_update_src_html.yml b/.github/workflows/auto_update_src_html.yml index 9d0f3316349..e81c11f15dc 100644 --- a/.github/workflows/auto_update_src_html.yml +++ b/.github/workflows/auto_update_src_html.yml @@ -162,7 +162,8 @@ jobs: GH_TOKEN: ${{ secrets.DYNAMO_ACTIONS_TOKEN }} if: steps.check_changes.outputs.changed == 'true' run: | - gh pr create --title "DYN-000 - Update HTML Documentation" \ + gh pr create --title "DYN-9484 - Update HTML Documentation" \ --body "This PR contains automated changes generated due to changes in doc/distrib/html subfolders, @DynamoDS/eidos, please review and merge this PR" \ --base $MAIN_BRANCH \ + --assignee DynamoDS/eidos \ --head ${{ steps.commit_changes.outputs.branch }}