You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: reopen issue after a week
* feat: close resolved failure issues
* fix: gpu
* fix: always generate token so I can see if this works
* splti check from closure
if [[ "${{ steps.find_issue.outputs.issue_age_days }}" -gt 7 ]]; then
178
+
echo "Issue #${{ steps.find_issue.outputs.issue_number }} is ${{ steps.find_issue.outputs.issue_age_days }} days old, closing it to open a fresh one."
179
+
gh issue close "${{ steps.find_issue.outputs.issue_number }}" --repo scverse/${{ matrix.package.name }} --comment "Closing stale issue after ${{ steps.find_issue.outputs.issue_age_days }} days. A fresh issue will be opened."
180
+
echo "issue_closed=true" >> $GITHUB_OUTPUT
181
+
else
182
+
echo "Issue #${{ steps.find_issue.outputs.issue_number }} is less than a week old, leaving it open."
ISSUE_BODY="The daily CI failed on ${failure_type} for ${{ matrix.package.name }} failed. Please go to [the logs of the integration testing repo](${RUN_URL}) to review. @scverse/anndata"
0 commit comments