From f17d94c9d7d1868278840375dad95bfdaf6d9af5 Mon Sep 17 00:00:00 2001 From: Ved Patwardhan <54766411+vedpatwardhan@users.noreply.github.com> Date: Tue, 17 Oct 2023 12:34:10 +0530 Subject: [PATCH] chore: updated the credentials for updating the mapping repository to be of ivy-branch (#27044) --- .github/workflows/array-api-det-coverage.yml | 2 +- .github/workflows/det-test-coverage.yml | 2 +- docs/overview/deep_dive/continuous_integration.rst | 7 +++---- scripts/shell/clone_mapping.sh | 4 ++-- 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/array-api-det-coverage.yml b/.github/workflows/array-api-det-coverage.yml index 7fda8441a4c6b..9d952b3cd47f9 100644 --- a/.github/workflows/array-api-det-coverage.yml +++ b/.github/workflows/array-api-det-coverage.yml @@ -32,6 +32,6 @@ jobs: source-directory: tests/ destination-github-username: 'unifyai' destination-repository-name: 'Mapping' - user-email: rashul.chutani@gmail.com + user-email: ivy.branch@lets-unify.ai commit-message: Update Array API Tests Mapping target-branch: main diff --git a/.github/workflows/det-test-coverage.yml b/.github/workflows/det-test-coverage.yml index 68d3ad2271f33..be26581eb0903 100644 --- a/.github/workflows/det-test-coverage.yml +++ b/.github/workflows/det-test-coverage.yml @@ -51,6 +51,6 @@ jobs: source-directory: tests/ destination-github-username: 'unifyai' destination-repository-name: 'Mapping' - user-email: rashul.chutani@gmail.com + user-email: ivy.branch@lets-unify.ai commit-message: Update Mapping target-branch: master${{ matrix.branch }} diff --git a/docs/overview/deep_dive/continuous_integration.rst b/docs/overview/deep_dive/continuous_integration.rst index f156ec5b357a7..9653ddd175da9 100644 --- a/docs/overview/deep_dive/continuous_integration.rst +++ b/docs/overview/deep_dive/continuous_integration.rst @@ -186,8 +186,8 @@ Now, that the SSH key of the Runner has permissions to push and clone the Mappin .. code-block:: - USER_EMAIL="rashul.chutani@gmail.com" - USER_NAME="Rashul Chutani" + USER_EMAIL="ivy.branch@lets-unify.ai" + USER_NAME="ivy-branch" TARGET_BRANCH=$1 GITHUB_SERVER="github.com" mkdir --parents "$HOME/.ssh" @@ -314,8 +314,7 @@ follow the following steps: Manual Tests are also available for PRs. You can also run the Manual Tests Workflow on a Fork Repository (while reviewing PRs), as follows: -1. Visit https://github.com/RashulChutani/ivy/actions/workflows/manual-tests-pr.yml by going to the -“Actions” Tab on the Fork, and selecting the manual-tests-pr workflow from the left pane. +1. Visit the “Actions” Tab on the Fork, and selecting the manual-tests-pr workflow from the left pane. 2. Trigger the Workflow by following Steps 2-4 described above. This might take some time to run as the Fork may have limited runners. diff --git a/scripts/shell/clone_mapping.sh b/scripts/shell/clone_mapping.sh index 5f8a5f5e01ea0..4a94c56ef55fb 100755 --- a/scripts/shell/clone_mapping.sh +++ b/scripts/shell/clone_mapping.sh @@ -1,5 +1,5 @@ -USER_EMAIL="rashul.chutani@gmail.com" -USER_NAME="Rashul Chutani" +USER_EMAIL="ivy.branch@lets-unify.ai" +USER_NAME="ivy-branch" TARGET_BRANCH=$1 CLONE_DIR=$(mktemp -d) GITHUB_SERVER="github.com"