Skip to content

CI: pin crate-ci/typos to @main, not @master - #3384

Merged
Crabcyborg merged 1 commit into
masterfrom
fix/issue-3382-pin-typos-main
Sep 18, 2026
Merged

Crabcyborg merged 1 commit into
masterfrom
fix/issue-3382-pin-typos-main

Conversation

@vivi-the-going-merry

Copy link
Copy Markdown
Contributor

Closes #3382

Broken: .github/workflows/typos.yml pinned the crate-ci/typos action to @master. Verified via repos/crate-ci/typos/branches that master no longer exists upstream at all (only main, plus a couple of unrelated branches) — the workflow step is silently unresolvable as-is.

Changed: uses: crate-ci/typos@masteruses: crate-ci/typos@main. No other file in .github/workflows/ references crate-ci/typos.

Verified: confirmed main exists and master does not via the GitHub API branch list for crate-ci/typos; push-then-CI is the self-test for this fresh branch (no red state to reproduce for a dead ref).

crate-ci/typos's default branch is now main; master no longer exists
upstream (verified via repos/crate-ci/typos/branches).
@coderabbitai

coderabbitai Bot commented Sep 18, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Advanced

Run ID: 106018bd-09d3-4cc1-9e66-b820ff4a9012

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@deepsource-io

deepsource-io Bot commented Sep 18, 2026

Copy link
Copy Markdown

DeepSource Code Review

We reviewed changes in 3030efe...9a664b2 on this pull request. Below is the summary for the review, and you can see the individual issues we found as inline review comments.

See full review on DeepSource ↗

PR Report Card

Overall Grade   Security  

Reliability  

Complexity  

Hygiene  

Code Review Summary

Analyzer Status Updated (UTC) Details
PHP Sep 18, 2026 5:58p.m. Review ↗
JavaScript Sep 18, 2026 5:58p.m. Review ↗

Important

AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.

@Crabcyborg
Crabcyborg merged commit 8328d39 into master Sep 18, 2026
31 checks passed
@Crabcyborg
Crabcyborg deleted the fix/issue-3382-pin-typos-main branch September 18, 2026 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CI: pin crate-ci/typos to @main, not @master

1 participant