File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Original file line number Diff line number Diff line change 3333 Make sure to preserve the existing structure and formatting of the README.md file.
3434 Only make changes that are necessary to sync the documentation with action.yml.
3535 No need to add examples.
36+
37+ Once you're done editing the README.md file, synchronize the latest content into
38+ our confluence page https://hello.atlassian.net/wiki/spaces/AIDO/pages/6208859560/Rovo+Dev+Github+Action
3639 atlassian_email : ${{ secrets.ATLASSIAN_EMAIL }}
3740 atlassian_token : ${{ secrets.ATLASSIAN_TOKEN }}
3841 github_token : ${{ secrets.GITHUB_TOKEN }}
4952 Please review the changes to ensure the documentation accurately reflects the action's capabilities.
5053 pr_base_branch : main
5154 branch_prefix : docs/readme-sync
55+ config_file : .rovodev/ci-config.yml
5256
5357 - name : Output Results
5458 run : |
Original file line number Diff line number Diff line change 1+ version : 1
2+
3+ toolPermissions :
4+ tools :
5+ get_confluence_page : allow
6+ create_confluence_page : allow
7+ update_confluence_page : allow
Original file line number Diff line number Diff line change @@ -131,8 +131,8 @@ runs:
131131 if : ${{ inputs.create_pr == 'true' }}
132132 shell : bash
133133 run : |
134- git config --global user.name "Rovo Dev "
135- git config --global user.email "rovodev [bot]@users.noreply.github.com"
134+ git config user.name "github-actions[bot] "
135+ git config user.email "github-actions [bot]@users.noreply.github.com"
136136
137137 - name : Create Feature Branch
138138 if : ${{ inputs.create_pr == 'true' }}
You can’t perform that action at this time.
0 commit comments