-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Rewrite readme and fix workflows (#3433)"
This reverts commit bbe701a.
- Loading branch information
Showing
6 changed files
with
53 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,19 @@ | ||
name: Delete workflow runs | ||
|
||
on: | ||
workflow_dispatch: | ||
|
||
name: del-runs-comments | ||
on: workflow_dispatch | ||
jobs: | ||
runx: | ||
runs-on: ubuntu-latest | ||
permissions: write-all | ||
|
||
steps: | ||
- name: Delete workflow runs | ||
uses: christosgalano/delete-gh-workflow-runs@v1 | ||
- uses: christosgalano/[email protected] | ||
with: | ||
owner: uBlockOrigin | ||
repo: uBlock-issues | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
workflow: on-issue-comment | ||
|
||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,19 @@ | ||
name: Delete Bad Comments | ||
|
||
name: on-issue-comment | ||
on: | ||
workflow_dispatch: | ||
issue_comment: | ||
types: created | ||
|
||
jobs: | ||
check-if-bad-comment: | ||
name: Delete Bad Comment | ||
name: delete bad comment | ||
runs-on: ubuntu-latest | ||
if: >- | ||
( | ||
(contains(github.event.comment.body, 'Download') || | ||
contains(github.event.comment.body, 'install') || | ||
contains(github.event.comment.body, 'mediafire') || | ||
contains(github.event.comment.body, 'changeme')) && | ||
(contains(github.event.comment.body, 'gcc') || | ||
contains(github.event.comment.body, 'usx')) | ||
) || | ||
( | ||
contains(github.event.comment.body, 'install') && | ||
(contains(github.event.comment.body, 'mediafire') || | ||
contains(github.event.comment.body, 'gofile')) | ||
) | ||
if: (( contains(github.event.comment.body, 'Download') || contains(github.event.comment.body, 'install') || contains(github.event.comment.body, 'mediafire') || contains(github.event.comment.body, 'changeme') ) && ( contains(github.event.comment.body, 'gcc') || contains(github.event.comment.body, 'usx'))) || ( contains(github.event.comment.body, 'install') && ( contains(github.event.comment.body, 'mediafire') || contains(github.event.comment.body, 'gofile') )) | ||
permissions: write-all | ||
|
||
steps: | ||
- name: Echo event comment body | ||
- name: Delete comment | ||
run: | | ||
echo "${{ github.event.comment.body }}" | ||
- name: Delete comments | ||
uses: actions-cool/issues-helper@v3 | ||
echo " ${{ github.event.comment.body }} " | ||
- uses: actions-cool/issues-helper@v3 | ||
with: | ||
actions: 'delete-comment' | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
comment-id: ${{ github.event.comment.id }} | ||
comment-id: ${{ github.event.comment.id }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,39 @@ | ||
# uBlock Origin (uBO) Issues | ||
|
||
Welcome to the official community-maintained issue tracker for [uBlock Origin (uBO)](https://github.com/gorhill/uBlock). | ||
This repository is the official community-maintained issue tracker for [uBO](https://github.com/gorhill/uBlock). | ||
|
||
#### Support Forum | ||
|
||
## Support Forum | ||
For support, questions, or help, visit [/r/uBlockOrigin](https://www.reddit.com/r/uBlockOrigin/). | ||
|
||
## Filter List Issues | ||
If you encounter issues with filter lists or broken website functionality, please report them in the [uAssets issue tracker](https://github.com/uBlockOrigin/uAssets/issues). | ||
#### Filter List Issues | ||
|
||
## uBO Lite (uBOL) Issues | ||
For issues specific to the Manifest Version 3 (MV3) variant, use the [uBOL issue tracker](https://github.com/uBlockOrigin/uBOL-home/issues). | ||
Report issues with filter lists or broken website functionality in the [uAssets issue tracker](https://github.com/uBlockOrigin/uAssets/issues). | ||
|
||
## Performance Issues | ||
Performance issues without actual profiling data from the [Firefox Profiler](https://profiler.firefox.com/) or [Chromium Profiler](https://developer.chrome.com/docs/devtools/performance/reference/) will be marked as invalid and closed. Please provide a fully substantiated analysis to support your claims. | ||
#### uBO Lite (uBOL) Issues | ||
|
||
## WebRTC Issues | ||
Do not open issues regarding WebRTC leaking local IP addresses. Supported modern browsers do not leak local IPs through WebRTC. uBO is not a VPN/proxy tool. If you experience such issues, report them to your browser or VPN/proxy software provider. | ||
Report issues specific to the Manifest Version 3 (MV3) variant in the [uBOL issue tracker](https://github.com/uBlockOrigin/uBOL-issues/issues). | ||
|
||
## Filter List Requests | ||
New filter list requests are not permitted and will be declined and closed. | ||
#### Performance Issues | ||
|
||
Speculated performance issues are marked as invalid and closed if they do not come with actual profiling data from the [Firefox Profiler](https://profiler.firefox.com/)/[Chromium Profiler](https://developer.chrome.com/docs/devtools/performance/reference/) and a fully substantiated analysis supporting the claim. | ||
|
||
#### WebRTC Issues | ||
|
||
Do not open issues about WebRTC leaking local IP addresses. Supported modern browsers do not cause undue local IP address leaks through WebRTC. uBO is not a VPN/proxy tool. If you are experiencing such an issue, report it to the browser or VPN/proxy tools software provider or, if needed, both. | ||
|
||
--- | ||
#### Filter List Requests | ||
|
||
New filter list requests are not permitted and will be declined and closed. | ||
|
||
# uBO Development Builds | ||
|
||
Use the development builds to report issues and regressions before the next stable release. Once installed, development builds will automatically update to the latest version. | ||
Use the development builds to help report issues and regressions before the next stable release. | ||
|
||
Once you install a development build, it will automatically update when a new version is published. | ||
|
||
- **Chromium**: Install from the [Chrome Web Store](https://chrome.google.com/webstore/detail/ublock-origin-development/cgbcahbpdhpcegmbfconppldiemgcoii). | ||
|
||
- **Firefox**: Click the most recent `uBlock0_[version].firefox.signed.xpi` file from the [uBO Releases page](https://github.com/gorhill/uBlock/releases). | ||
|
||
- **Chromium**: Install from the [Chrome Web Store](https://chromewebstore.google.com/detail/ublock-origin-development/cgbcahbpdhpcegmbfconppldiemgcoii). | ||
- **Firefox**: Download the latest `uBlock0_[version].firefox.signed.xpi` file from the [uBO Releases page](https://github.com/gorhill/uBlock/releases). | ||
- **Thunderbird**: Download the latest `uBlock0_[version].thunderbird.xpi` from the [uBO Releases page](https://github.com/gorhill/uBlock/releases) and drag-and-drop it into Thunderbird's Add-ons Manager pane (Thunderbird 91+ required). | ||
- **Thunderbird**: Download the most recent `uBlock0_[version].thunderbird.xpi` file from the [uBO Releases page](https://github.com/gorhill/uBlock/releases), then drag-n-drop it into Thunderbird's Add-ons Manager pane (Thunderbird 91+ required). |