forked from LSPosed/MagiskOnWSALocal
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'source/main' into source
- Loading branch information
Showing
10 changed files
with
97 additions
and
60 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- | ||
Please include a summary of the change and which issue is fixed. | ||
Also make sure you've tested your code and also done a self-review of it. | ||
DELETE THIS SECTION IF YOU HAVE READ AND ACKNOWLEDGED IT. | ||
--> | ||
|
||
Checklist | ||
|
||
- [ ] Referenced all related issues in the PR body (e.g. "Closes #xyz") | ||
- [ ] Have tested the modifications |
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
name: Issue moderator | ||
|
||
on: | ||
issues: | ||
types: [opened] | ||
pull_request: | ||
types: [opened, edited] | ||
|
||
jobs: | ||
autoclose: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check issue | ||
uses: tachiyomiorg/issue-moderator-action@v1 | ||
with: | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
auto-close-rules: | | ||
[ | ||
{ | ||
"type": "title", | ||
"regex": ".*Short description.*", | ||
"message": "You did not fill out the description in the title" | ||
} | ||
] | ||
auto-close-ignore-label: do-not-autoclose | ||
- name: Check PR | ||
uses: sumally/github-check-tasklist-action@v1 |
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
19 changes: 0 additions & 19 deletions
19
arm64/system/system/etc/permissions/android.software.device_admin.xml
This file was deleted.
Oops, something went wrong.
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
19 changes: 0 additions & 19 deletions
19
x64/system/system/etc/permissions/android.software.device_admin.xml
This file was deleted.
Oops, something went wrong.