diff --git a/.github/workflows/contributor-onboarding.yml b/.github/workflows/contributor-onboarding.yml index 4ccba27..a8fba26 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 }}