From f9604be837e94374dafb06e9d31ac885b29f97ff Mon Sep 17 00:00:00 2001 From: Weihang Lo Date: Sun, 12 Apr 2026 17:23:18 -0400 Subject: [PATCH] chore(ci): diversify replay repos Instead of Rust projects, we add more different repos from different ecosystems so it may cover more different types of changes. --- .github/workflows/ci.yml | 13 +++++++++++-- .github/workflows/replay-full.yml | 12 ++++++------ 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e78a24f..d1c8292 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,12 +56,21 @@ jobs: - name: diffy repo_url: '' commits: '0' - - name: rust-lang/cargo - repo_url: https://github.com/rust-lang/cargo + - name: golang/go + repo_url: https://github.com/golang/go commits: '200' + - name: git/git + repo_url: https://github.com/git/git + commits: '100' - name: rust-lang/rust repo_url: https://github.com/rust-lang/rust commits: '30' + - name: torvalds/linux + repo_url: https://github.com/torvalds/linux + commits: '30' + - name: llvm/llvm-project + repo_url: https://github.com/llvm/llvm-project + commits: '30' name: replay (${{ matrix.name }}) uses: ./.github/workflows/replay.yml with: diff --git a/.github/workflows/replay-full.yml b/.github/workflows/replay-full.yml index 3f45e9f..1b52507 100644 --- a/.github/workflows/replay-full.yml +++ b/.github/workflows/replay-full.yml @@ -13,14 +13,14 @@ jobs: strategy: matrix: include: - - name: rust-lang/cargo - repo_url: https://github.com/rust-lang/cargo - - name: rust-lang/rustup - repo_url: https://github.com/rust-lang/rustup - name: rust-lang/rust-analyzer repo_url: https://github.com/rust-lang/rust-analyzer - - name: rust-lang/rust-clippy - repo_url: https://github.com/rust-lang/rust-clippy + - name: neovim/neovim + repo_url: https://github.com/neovim/neovim + - name: fish-shell/fish-shell + repo_url: https://github.com/fish-shell/fish-shell + - name: libgit2/libgit2 + repo_url: https://github.com/libgit2/libgit2 name: ${{ matrix.name }} uses: ./.github/workflows/replay.yml with: