From cf7934ba54dc7a17abf5d52d1516dcc5d0c53b3c Mon Sep 17 00:00:00 2001 From: kpj2006 <24ucs074@lnmiit.ac.in> Date: Wed, 11 Feb 2026 19:48:25 +0530 Subject: [PATCH] Revert "change branch name for testing" This reverts commit 9e8850ef7be9183382dde9e3f86cb6aeff505553. --- .github/workflows/contributor-onboarding.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/contributor-onboarding.yml b/.github/workflows/contributor-onboarding.yml index 4ccba276..a8fba260 100644 --- a/.github/workflows/contributor-onboarding.yml +++ b/.github/workflows/contributor-onboarding.yml @@ -18,7 +18,7 @@ jobs: github.event_name == 'pull_request_target' && github.event.action == 'opened' && github.repository_owner == 'StabilityNexus' - uses: StabilityNexus/ContributorAutomation/.github/workflows/reusable-request-info.yml@test + uses: StabilityNexus/ContributorAutomation/.github/workflows/reusable-request-info.yml@main with: pr_number: ${{ github.event.pull_request.number }} repo_name: ${{ github.repository }} @@ -51,7 +51,7 @@ jobs: github.event.action == 'closed' && github.event.pull_request.merged == true && github.repository_owner == 'StabilityNexus' - uses: StabilityNexus/ContributorAutomation/.github/workflows/reusable-process-response.yml@test + uses: StabilityNexus/ContributorAutomation/.github/workflows/reusable-process-response.yml@main with: pr_number: ${{ github.event.pull_request.number }} repo_name: ${{ github.repository }}