mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-12 18:04:16 +01: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:
parent
40570d7f0f
commit
0ad456e905
3 changed files with 3 additions and 3 deletions
2
.github/workflows/mv3.yml
vendored
2
.github/workflows/mv3.yml
vendored
|
@ -42,7 +42,7 @@ jobs:
|
||||||
tag: ${{ env.TAGNAME }}
|
tag: ${{ env.TAGNAME }}
|
||||||
owner: uBlockOrigin
|
owner: uBlockOrigin
|
||||||
prerelease: true
|
prerelease: true
|
||||||
repo: uBOL-issues
|
repo: uBOL-home
|
||||||
token: ${{ secrets.PAT }}
|
token: ${{ secrets.PAT }}
|
||||||
- name: Upload Chromium uBOLite MV3 package
|
- name: Upload Chromium uBOLite MV3 package
|
||||||
uses: actions/upload-release-asset@v1
|
uses: actions/upload-release-asset@v1
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<div class="li">Copyright (c) Raymond Hill 2014-present</div>
|
<div class="li">Copyright (c) Raymond Hill 2014-present</div>
|
||||||
</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/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"><a href="https://github.com/gorhill/uBlock" data-i18n="aboutCode"></a></div>
|
||||||
<div class="li"><span data-i18n="aboutContributors"></span></div>
|
<div class="li"><span data-i18n="aboutContributors"></span></div>
|
||||||
<div class="liul">
|
<div class="liul">
|
||||||
|
|
|
@ -346,7 +346,7 @@ function finalizeRuleset(context, network) {
|
||||||
}
|
}
|
||||||
// Merge rules where possible by merging arrays of a specific property.
|
// 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.
|
// Do not merge rules which have errors.
|
||||||
const mergeRules = (rulesetMap, mergeTarget) => {
|
const mergeRules = (rulesetMap, mergeTarget) => {
|
||||||
const mergeMap = new Map();
|
const mergeMap = new Map();
|
||||||
|
|
Loading…
Reference in a new issue