Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/auto_update_src_html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ 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-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 }}
Copy link
Contributor

Choose a reason for hiding this comment

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

can we use --assignee flag as well to assign the PR to the team?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

added in the next commit feb642a

Loading