Skip to content

Conversation

devin-ai-integration[bot]
Copy link
Contributor

@devin-ai-integration devin-ai-integration bot commented Jul 15, 2025

Fix nightly code check badge to reference nightly-v2.yml workflow

Summary

Fixed the "Nightly code check" badge in README.md that was pointing to a non-existent nightly.yml workflow file. Updated the badge URL to reference the correct nightly-v2.yml workflow file and updated the display text to "v2 Nightly code check" to match the actual workflow name.

The badge was showing an error state because it was trying to access a workflow file that doesn't exist. The actual nightly workflow is nightly-v2.yml which runs daily at 3 AM UTC and includes code checks, unit tests, security scans, and integration tests.

Review & Testing Checklist for Human

  • Verify the badge displays correctly on the GitHub repository page and shows the actual status of the nightly-v2.yml workflow
  • Confirm the display text "v2 Nightly code check" is appropriate or if it should be simplified to just "Nightly code check"
  • Double-check that the workflow filename nightly-v2.yml is correct in the URL

Diagram

%%{ init : { "theme" : "default" }}%%
graph TB
    README["README.md<br/>Line 2"]:::major-edit
    WorkflowV2[".github/workflows/<br/>nightly-v2.yml"]:::context
    WorkflowOld[".github/workflows/<br/>nightly.yml<br/>(doesn't exist)"]:::context
    Badge["GitHub Actions Badge<br/>Display"]:::context
    
    README --> |"Fixed URL reference"| WorkflowV2
    README -.-> |"Previously pointed to<br/>(broken link)"| WorkflowOld
    WorkflowV2 --> |"Provides status for"| Badge
    
    subgraph Legend
        L1[Major Edit]:::major-edit
        L2[Minor Edit]:::minor-edit  
        L3[Context/No Edit]:::context
    end
    
    classDef major-edit fill:#90EE90
    classDef minor-edit fill:#87CEEB
    classDef context fill:#F5F5F5
Loading

Notes

The badge was pointing to non-existent nightly.yml workflow.
Updated to point to the correct nightly-v2.yml workflow file
and updated display text to match the actual workflow name.

Co-Authored-By: petro.tiurin@firebolt.io <petro.tiurin@firebolt.io>
Copy link
Contributor Author

devin-ai-integration bot commented Jul 15, 2025

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@ptiurin ptiurin changed the title docs: fix nightly code check badge to reference nightly-v2.yml workflow docs(NoTicket): fix nightly code check badge to reference nightly-v2.yml workflow Jul 15, 2025
@ptiurin ptiurin marked this pull request as ready for review July 15, 2025 16:45
@ptiurin ptiurin requested a review from a team as a code owner July 15, 2025 16:45
@ptiurin ptiurin merged commit 97d77e0 into main Jul 15, 2025
3 of 8 checks passed
@ptiurin ptiurin deleted the devin/1752597703-fix-nightly-badge branch July 15, 2025 16:46
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant