1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-02 23:57:10 +02:00

[mv3] Rename uBOL-issues repo to uBOL-home

From now on, new uBOL releases will go into uBOL-home repo.
This commit is contained in:
Raymond Hill 2023-08-19 11:26:33 -04:00
parent 40570d7f0f
commit 0ad456e905
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -18,7 +18,7 @@
<div class="li">Copyright (c) Raymond Hill 2014-present</div>
</div>
<div class="li"><a href="https://github.com/gorhill/uBlock/wiki/Privacy-policy" data-i18n="aboutPrivacyPolicy"></a></div>
<div class="li"><a href="https://github.com/gorhill/uBlock/releases" data-i18n="aboutChangelog"></a></div>
<div class="li"><a href="https://github.com/uBlockOrigin/uBOL-home/releases" data-i18n="aboutChangelog"></a></div>
<div class="li"><a href="https://github.com/gorhill/uBlock" data-i18n="aboutCode"></a></div>
<div class="li"><span data-i18n="aboutContributors"></span></div>
<div class="liul">

View File

@ -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();