From 02a314529e5bf70f05840e5fbc6cfe9bb3311199 Mon Sep 17 00:00:00 2001 From: Mick Grove Date: Mon, 9 Mar 2026 21:50:06 -0700 Subject: [PATCH] v1.87.0 --- .github/workflows/ci.yml | 21 ------------------- .../kingfisher-rules/data/rules/eraserio.yml | 5 ++++- 2 files changed, 4 insertions(+), 22 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca9d663..bc1b017 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,8 +53,6 @@ jobs: run: make tests env: CARGO_BUILD_JOBS: 1 - - name: Build (Makefile linux-x64) - run: make ubuntu-x64 linux-arm64: name: Linux arm64 @@ -93,8 +91,6 @@ jobs: run: make tests env: CARGO_BUILD_JOBS: 1 - - name: Build (Makefile linux-arm64) - run: make ubuntu-arm64 macos-arm64: name: macOS arm64 @@ -120,8 +116,6 @@ jobs: - name: Run tests run: make tests - - name: Build (Makefile darwin-arm64) - run: make darwin-arm64 windows: name: Windows ${{ matrix.arch }} @@ -204,18 +198,3 @@ jobs: echo "▶ cargo test --release --workspace --all-targets --target $target_triple" cargo test --release --workspace --all-targets --target "$target_triple" - - - name: Build - shell: msys2 {0} - run: make windows-${{ matrix.arch }} - - - name: Move artifact to dist - shell: bash - run: | - mkdir -p dist - cp target/release/kingfisher-windows-${{ matrix.arch }}.zip dist/ - - - uses: actions/upload-artifact@v4 - with: - name: kingfisher-windows-${{ matrix.arch }} - path: dist/kingfisher-*windows-${{ matrix.arch }}*.* diff --git a/crates/kingfisher-rules/data/rules/eraserio.yml b/crates/kingfisher-rules/data/rules/eraserio.yml index 54dcca2..91d75a1 100644 --- a/crates/kingfisher-rules/data/rules/eraserio.yml +++ b/crates/kingfisher-rules/data/rules/eraserio.yml @@ -31,4 +31,7 @@ rules: response_matcher: - report_response: true - type: StatusMatch - status: [200, 403] \ No newline at end of file + status: [200, 403] + - type: WordMatch + words: ['API token is disabled'] + negative: true \ No newline at end of file