From 766b683417f9eeb1bf97bfdebe43eab88dfaec46 Mon Sep 17 00:00:00 2001 From: deepakbicholiya Date: Sun, 2 Feb 2025 20:48:06 -0500 Subject: [PATCH] US141123 - Included Rally Milestone check --- .github/workflows/rally-checks.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rally-checks.yml b/.github/workflows/rally-checks.yml index 8fa2f5b..efb5362 100644 --- a/.github/workflows/rally-checks.yml +++ b/.github/workflows/rally-checks.yml @@ -9,7 +9,9 @@ on: jobs: check-rally-integration: name: check-rally-artifact - uses: RepublicServicesRepository/dops-gha-rally-integration/.github/workflows/workflow.yml@v1.0.0 + uses: RepublicServicesRepository/dops-gha-rally-integration/.github/workflows/workflow.yml@v2.0.0 secrets: github_pat: ${{ secrets.REPUBLIC_SYSTEM_RISE_PAT }} rally_api_key: ${{secrets.RALLY_API_KEY}} + with: + check_milestone: "true" \ No newline at end of file