Skip to content
Merged
Show file tree
Hide file tree
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
61 changes: 0 additions & 61 deletions .github/workflows/test-pr-creation.yml

This file was deleted.

4 changes: 4 additions & 0 deletions .github/workflows/update-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
Make sure to preserve the existing structure and formatting of the README.md file.
Only make changes that are necessary to sync the documentation with action.yml.
No need to add examples.

Once you're done editing the README.md file, synchronize the latest content into
our confluence page https://hello.atlassian.net/wiki/spaces/AIDO/pages/6208859560/Rovo+Dev+Github+Action
atlassian_email: ${{ secrets.ATLASSIAN_EMAIL }}
atlassian_token: ${{ secrets.ATLASSIAN_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -49,6 +52,7 @@ jobs:
Please review the changes to ensure the documentation accurately reflects the action's capabilities.
pr_base_branch: main
branch_prefix: docs/readme-sync
config_file: .rovodev/ci-config.yml

- name: Output Results
run: |
Expand Down
7 changes: 7 additions & 0 deletions .rovodev/ci-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 1

toolPermissions:
tools:
get_confluence_page: allow
create_confluence_page: allow
update_confluence_page: allow
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ runs:
if: ${{ inputs.create_pr == 'true' }}
shell: bash
run: |
git config --global user.name "Rovo Dev"
git config --global user.email "rovodev[bot]@users.noreply.github.com"
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
Comment thread
kunchenguid marked this conversation as resolved.

- name: Create Feature Branch
if: ${{ inputs.create_pr == 'true' }}
Expand Down