2 parents 1d4b567 + c046918 commit 96b5085Copy full SHA for 96b5085
1 file changed
.github/workflows/maintenance-issues.yml
@@ -588,6 +588,12 @@ jobs:
588
echo " Timestamp : $(date -u)"
589
echo "============================================================"
590
591
+ - name: Checkout repository
592
+ uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
593
+ with:
594
+ ref: ${{ env.TARGET_BRANCH }}
595
+ fetch-depth: 0
596
+
597
- name: Open/update SLA issue for high/critical alerts
598
id: triage
599
uses: ./.github/actions/status-flags-and-issues
0 commit comments