mirror of https://github.com/gorhill/uBlock.git
[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
|
@ -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
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue