From 0ad456e9051981b94267d0f1b5775f7b7e34bc1e Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sat, 19 Aug 2023 11:26:33 -0400 Subject: [PATCH] [mv3] Rename `uBOL-issues` repo to `uBOL-home` From now on, new uBOL releases will go into uBOL-home repo. --- .github/workflows/mv3.yml | 2 +- platform/mv3/extension/about.html | 2 +- src/js/static-dnr-filtering.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/mv3.yml b/.github/workflows/mv3.yml index 775f65315..eb97ae2aa 100644 --- a/.github/workflows/mv3.yml +++ b/.github/workflows/mv3.yml @@ -42,7 +42,7 @@ jobs: tag: ${{ env.TAGNAME }} owner: uBlockOrigin prerelease: true - repo: uBOL-issues + repo: uBOL-home token: ${{ secrets.PAT }} - name: Upload Chromium uBOLite MV3 package uses: actions/upload-release-asset@v1 diff --git a/platform/mv3/extension/about.html b/platform/mv3/extension/about.html index 557049768..7743e524d 100644 --- a/platform/mv3/extension/about.html +++ b/platform/mv3/extension/about.html @@ -18,7 +18,7 @@
Copyright (c) Raymond Hill 2014-present
-
+
diff --git a/src/js/static-dnr-filtering.js b/src/js/static-dnr-filtering.js index ec6ba4562..ac94475d5 100644 --- a/src/js/static-dnr-filtering.js +++ b/src/js/static-dnr-filtering.js @@ -346,7 +346,7 @@ function finalizeRuleset(context, network) { } // Merge rules where possible by merging arrays of a specific property. // - // https://github.com/uBlockOrigin/uBOL-issues/issues/10#issuecomment-1304822579 + // https://github.com/uBlockOrigin/uBOL-home/issues/10#issuecomment-1304822579 // Do not merge rules which have errors. const mergeRules = (rulesetMap, mergeTarget) => { const mergeMap = new Map();