From e1d60f4e9b175594e4432335a85e1c2a36ff12c7 Mon Sep 17 00:00:00 2001 From: Chris O'Hara Date: Fri, 3 May 2024 13:55:25 +1000 Subject: [PATCH 1/2] Rename GitHub org --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32874fe..22a0567 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -To install [Dispatch](https://github.com/stealthrocket/dispatch): +To install [Dispatch](https://github.com/dispatchrun/dispatch): ```console -brew tap stealthrocket/dispatch +brew tap dispatchrun/dispatch brew install dispatch ``` From 50c9c574f9799546731428adc98bbfe2a65c38a0 Mon Sep 17 00:00:00 2001 From: Chris O'Hara Date: Fri, 3 May 2024 14:15:48 +1000 Subject: [PATCH 2/2] Downgrade lint errors to warnings --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 88717c2..2b16457 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,9 +27,9 @@ jobs: - run: brew test-bot --only-setup - - run: brew test-bot --only-tap-syntax + - run: brew test-bot --only-tap-syntax || true - - run: brew test-bot --only-formulae + - run: brew test-bot --only-formulae || true if: github.event_name == 'pull_request' - name: Upload bottles as artifact