[SKIP CI] change app name in some locations
This commit is contained in:
2
.github/ISSUE_TEMPLATE.md
vendored
2
.github/ISSUE_TEMPLATE.md
vendored
@ -4,7 +4,7 @@ I acknowledge that:
|
||||
|
||||
- I have updated to the latest version of the app (stable is v0.10.12)
|
||||
- I have updated all extensions
|
||||
- If this is an issue with the app itself, that I should be opening an issue in https://github.com/tachiyomiorg/tachiyomi
|
||||
- If this is an issue with the app itself, that I should be opening an issue in https://github.com/jmir1/aniyomi
|
||||
- I have searched the existing issues for duplicates
|
||||
- For source requests, I have checked the list of existing extensions including the multi-source spreadsheet: https://tachiyomi.org/extensions/
|
||||
|
||||
|
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -10,5 +10,5 @@ contact_links:
|
||||
url: https://tachiyomi.org/help/
|
||||
about: Common questions are answered here.
|
||||
- name: Tachiyomi app GitHub repository
|
||||
url: https://github.com/tachiyomiorg/tachiyomi
|
||||
url: https://github.com/jmir1/aniyomi
|
||||
about: Issues about the app itself should be opened here instead.
|
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -13,7 +13,7 @@ I acknowledge that:
|
||||
- To the latest version of the app (stable is v0.10.12)
|
||||
- All extensions
|
||||
- I have tried the troubleshooting guide: https://tachiyomi.org/help/guides/troubleshooting-problems/
|
||||
- If this is an issue with the app itself, that I should be opening an issue in https://github.com/tachiyomiorg/tachiyomi
|
||||
- If this is an issue with the app itself, that I should be opening an issue in https://github.com/jmir1/aniyomi
|
||||
- I have searched the existing issues and this is new ticket **NOT** a duplicate or related to another open issue
|
||||
- For source requests, I have checked the list of existing extensions including the multi-source spreadsheet: https://tachiyomi.org/extensions/
|
||||
- I will fill out the title and the information in this template
|
||||
|
2
.github/ISSUE_TEMPLATE/meta_request.md
vendored
2
.github/ISSUE_TEMPLATE/meta_request.md
vendored
@ -13,7 +13,7 @@ I acknowledge that:
|
||||
- To the latest version of the app (stable is v0.10.12)
|
||||
- All extensions
|
||||
- I have tried the troubleshooting guide: https://tachiyomi.org/help/guides/troubleshooting-problems/
|
||||
- If this is an issue with the app itself, that I should be opening an issue in https://github.com/tachiyomiorg/tachiyomi
|
||||
- If this is an issue with the app itself, that I should be opening an issue in https://github.com/jmir1/aniyomi
|
||||
- I have searched the existing issues and this is new ticket **NOT** a duplicate or related to another open issue
|
||||
- For source requests, I have checked the list of existing extensions including the multi-source spreadsheet: https://tachiyomi.org/extensions/
|
||||
- I will fill out the title and the information in this template
|
||||
|
2
.github/ISSUE_TEMPLATE/source_bug.md
vendored
2
.github/ISSUE_TEMPLATE/source_bug.md
vendored
@ -13,7 +13,7 @@ I acknowledge that:
|
||||
- To the latest version of the app (stable is v0.10.12)
|
||||
- All extensions
|
||||
- I have tried the troubleshooting guide: https://tachiyomi.org/help/guides/troubleshooting-problems/
|
||||
- If this is an issue with the app itself, that I should be opening an issue in https://github.com/tachiyomiorg/tachiyomi
|
||||
- If this is an issue with the app itself, that I should be opening an issue in https://github.com/jmir1/aniyomi
|
||||
- I have searched the existing issues and this is new ticket **NOT** a duplicate or related to another open issue
|
||||
- For source requests, I have checked the list of existing extensions including the multi-source spreadsheet: https://tachiyomi.org/extensions/
|
||||
- I will fill out the title and the information in this template
|
||||
|
8
.github/workflows/build_push.yml
vendored
8
.github/workflows/build_push.yml
vendored
@ -57,7 +57,7 @@ jobs:
|
||||
configuration-cache-enabled: true
|
||||
|
||||
- name: Sign APKs
|
||||
if: github.repository == 'jmir1/tachiyomi-extensions'
|
||||
if: github.repository == 'jmir1/aniyomi-extensions'
|
||||
run: |
|
||||
cd master
|
||||
./.github/scripts/sign-apks.sh \
|
||||
@ -67,20 +67,20 @@ jobs:
|
||||
${{ secrets.KEY_PASSWORD }}
|
||||
|
||||
- name: Create repo artifacts
|
||||
if: github.repository == 'jmir1/tachiyomi-extensions'
|
||||
if: github.repository == 'jmir1/aniyomi-extensions'
|
||||
run: |
|
||||
cd master
|
||||
./.github/scripts/create-repo.sh
|
||||
|
||||
- name: Checkout repo branch
|
||||
if: github.repository == 'jmir1/tachiyomi-extensions'
|
||||
if: github.repository == 'jmir1/aniyomi-extensions'
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
ref: repo
|
||||
path: repo
|
||||
|
||||
- name: Deploy repo
|
||||
if: github.repository == 'jmir1/tachiyomi-extensions'
|
||||
if: github.repository == 'jmir1/aniyomi-extensions'
|
||||
run: |
|
||||
cd repo
|
||||
../master/.github/scripts/commit-repo.sh
|
||||
|
Reference in New Issue
Block a user