mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 06:42:05 +01:00
Rename to Suwayomi-JUI
This commit is contained in:
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -23,7 +23,7 @@ Note that the issue will be automatically closed if you do not fill out the titl
|
||||
---
|
||||
|
||||
## Device information
|
||||
- Tachidesk-JUI version: (Example: v1.3.2)
|
||||
- Suwayomi-JUI version: (Example: v1.3.2)
|
||||
- Operating System: (Example: Ubuntu 20.04)
|
||||
- Desktop Environment: (Example: Gnome 40)
|
||||
- Server Type: (Example: Internal)
|
||||
@@ -41,4 +41,4 @@ Describe what should have happened. Remove this line after you are done.
|
||||
Describe what happens instead. Remove this line after you are done.
|
||||
|
||||
## Other details
|
||||
Describe additional details If necessary. Remove this line after you are done.
|
||||
Describe additional details If necessary. Remove this line after you are done.
|
||||
|
||||
4
.github/ISSUE_TEMPLATE/feature_request.md
vendored
4
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@@ -22,8 +22,8 @@ Note that the issue will be automatically closed if you do not fill out the titl
|
||||
|
||||
---
|
||||
|
||||
## What feature should be added to Tachidesk-JUI?
|
||||
## What feature should be added to Suwayomi-JUI?
|
||||
Explain What the feature is and how it should work in detail. Remove this line after you are done.
|
||||
|
||||
## Why/Project's Benefit/Existing Problem
|
||||
Explain why this should be added. Remove this line after you are done.
|
||||
Explain why this should be added. Remove this line after you are done.
|
||||
|
||||
12
.github/workflows/Preview.yml
vendored
12
.github/workflows/Preview.yml
vendored
@@ -196,7 +196,7 @@ jobs:
|
||||
exclude_types: "draft|prerelease"
|
||||
view_top: 1
|
||||
owner: Suwayomi
|
||||
repo: Tachidesk-JUI-preview
|
||||
repo: Suwayomi-JUI-preview
|
||||
|
||||
- name: Prepare build
|
||||
run: |
|
||||
@@ -211,7 +211,7 @@ jobs:
|
||||
echo "PREV_RELEASE_SHA=$prev_release_sha" >> $GITHUB_ENV
|
||||
echo "COMMIT_LOGS<<{delimiter}
|
||||
$(curl -H "Accept: application/vnd.github.v3+json" \
|
||||
"https://api.github.com/repos/suwayomi/tachidesk-jui/compare/$prev_release_sha...$current_sha" \
|
||||
"https://api.github.com/repos/suwayomi/suwayomi-jui/compare/$prev_release_sha...$current_sha" \
|
||||
| jq '[.commits[]|{message:(.commit.message | split("\n")), username:.author.login}]' \
|
||||
| jq -r '.[]|"- \(.message | first) (@\(.username))"')
|
||||
{delimiter}" >> $GITHUB_ENV
|
||||
@@ -220,12 +220,12 @@ jobs:
|
||||
with:
|
||||
artifacts: "*/binaries/main/*/*.*,*/binaries/main-release/*/*.*,*/jars/*.jar,*/android/build/outputs/apk/release/*.apk"
|
||||
token: ${{ secrets.DEPLOY_PREVIEW_TOKEN }}
|
||||
repo: Tachidesk-JUI-preview
|
||||
repo: Suwayomi-JUI-preview
|
||||
tag: r${{ env.COMMIT_COUNT }}
|
||||
name: Tachidesk-JUI Preview r${{ env.COMMIT_COUNT }}
|
||||
name: Suwayomi-JUI Preview r${{ env.COMMIT_COUNT }}
|
||||
body: |
|
||||
### Commits
|
||||
https://github.com/Suwayomi/Tachidesk-JUI/compare/${{ env.PREV_RELEASE_SHA }}...${{ env.CURRENT_SHA }}
|
||||
https://github.com/Suwayomi/Suwayomi-JUI/compare/${{ env.PREV_RELEASE_SHA }}...${{ env.CURRENT_SHA }}
|
||||
|
||||
${{ env.COMMIT_LOGS }}
|
||||
|
||||
@@ -236,4 +236,4 @@ jobs:
|
||||
with:
|
||||
keep_latest: 15
|
||||
delete_tags: true
|
||||
repo: Suwayomi/Tachidesk-JUI-preview
|
||||
repo: Suwayomi/Suwayomi-JUI-preview
|
||||
|
||||
2
.github/workflows/issue_closer.yml
vendored
2
.github/workflows/issue_closer.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
},
|
||||
{
|
||||
"type": "body",
|
||||
"regex": "(Tachidesk\\-JUI version|Operating System|Desktop Environment|Server Type|Client JVM version|Server JVM version):.*(\\(Example:|<usually).*",
|
||||
"regex": "(Suwayomi\\-JUI version|Operating System|Desktop Environment|Server Type|Client JVM version|Server JVM version):.*(\\(Example:|<usually).*",
|
||||
"message": "The requested information was not filled out"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user