chore: Update repo links to aniyomiorg (#1734)

Co-authored-by: jmir1 <jhmiramon@gmail.com>
This commit is contained in:
Claudemirovsky
2023-06-16 21:18:23 +00:00
committed by GitHub
parent 520123de69
commit 4dae0b3419
11 changed files with 31 additions and 31 deletions

View File

@ -4,7 +4,7 @@ I acknowledge that:
- I have updated to the latest version of the app (stable is v0.12.3.10)
- 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/jmir1/aniyomi
- If this is an issue with the app itself, that I should be opening an issue in https://github.com/aniyomiorg/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://aniyomi.org/extensions/

View File

@ -1,7 +1,7 @@
blank_issues_enabled: false
contact_links:
- name: ⚠️ Application issue
url: https://github.com/jmir1/aniyomi/issues/new/choose
url: https://github.com/aniyomiorg/aniyomi/issues/new/choose
about: Issues and requests about the app itself should be opened in the tachiyomi repository instead
- name: 📦 Aniyomi extensions
url: https://aniyomi.org/extensions
@ -10,5 +10,5 @@ contact_links:
url: https://aniyomi.org/help/
about: Guides, troubleshooting, and answers to common questions
- name: Aniyomi app GitHub repository
url: https://github.com/jmir1/aniyomi
url: https://github.com/aniyomiorg/aniyomi
about: Issues about the app itself should be opened here instead.

View File

@ -85,13 +85,13 @@ body:
required: true
- label: I have written a short but informative title.
required: true
- label: I have updated the app to version **[0.12.3.10](https://github.com/jmir1/aniyomi/releases/latest)**
- label: I have updated the app to version **[0.12.3.10](https://github.com/aniyomiorg/aniyomi/releases/latest)**
required: true
- label: I have updated all installed extensions.
required: true
- label: I have tried the [troubleshooting guide](https://aniyomi.org/help/guides/troubleshooting/).
required: true
- label: If this is an issue with the app itself, I should be opening an issue in the [app repository](https://github.com/jmir1/aniyomi/issues/new/choose).
- label: If this is an issue with the app itself, I should be opening an issue in the [app repository](https://github.com/aniyomiorg/aniyomi/issues/new/choose).
required: true
- label: I will fill out all of the requested information in this form.
required: true

View File

@ -41,9 +41,9 @@ body:
required: true
- label: I have written a short but informative title.
required: true
- label: If this is an issue with the app itself, I should be opening an issue in the [app repository](https://github.com/jmir1/aniyomi/issues/new/choose).
- label: If this is an issue with the app itself, I should be opening an issue in the [app repository](https://github.com/aniyomiorg/aniyomi/issues/new/choose).
required: true
- label: I have updated the app to version **[0.13.5](https://github.com/jmir1/aniyomi/releases/latest)**.
- label: I have updated the app to version **[0.13.5](https://github.com/aniyomiorg/aniyomi/releases/latest)**.
required: true
- label: I will fill out all of the requested information in this form.
required: true

View File

@ -31,9 +31,9 @@ body:
required: true
- label: I have written a short but informative title.
required: true
- label: If this is an issue with the app itself, I should be opening an issue in the [app repository](https://github.com/jmir1/aniyomi/issues/new/choose).
- label: If this is an issue with the app itself, I should be opening an issue in the [app repository](https://github.com/aniyomiorg/aniyomi/issues/new/choose).
required: true
- label: I have updated the app to version **[0.13.5](https://github.com/jmir1/aniyomi/releases/latest)**.
- label: I have updated the app to version **[0.13.5](https://github.com/aniyomiorg/aniyomi/releases/latest)**.
required: true
- label: I have updated all installed extensions.
required: true

View File

@ -49,7 +49,7 @@ body:
required: true
- label: I have checked that the extension does not already exist on the [website extensions list](https://aniyomi.org/extensions/) or the app.
required: true
- label: I have checked that the extension does not already exist by searching the [GitHub repository](https://github.com/jmir1/aniyomi-extensions/) and verified it does not appear in the code base.
- label: I have checked that the extension does not already exist by searching the [GitHub repository](https://github.com/aniyomiorg/aniyomi-extensions/) and verified it does not appear in the code base.
required: true
- label: I will fill out all of the requested information in this form.
required: true

View File

@ -11,7 +11,7 @@ if [ -n "$(git status --porcelain)" ]; then
git push
# Purge cached index on jsDelivr
curl https://purge.jsdelivr.net/gh/jmir1/aniyomi-extensions@repo/index.min.json
curl https://purge.jsdelivr.net/gh/aniyomiorg/aniyomi-extensions@repo/index.min.json
else
echo "No changes to commit"
fi

View File

@ -124,7 +124,7 @@ jobs:
- name: Upload APKs (chunk ${{ matrix.chunk }})
uses: actions/upload-artifact@v3
if: "github.repository == 'jmir1/aniyomi-extensions'"
if: "github.repository == 'aniyomiorg/aniyomi-extensions'"
with:
name: "multisrc-apks-${{ matrix.chunk }}"
path: "**/*.apk"
@ -168,7 +168,7 @@ jobs:
- name: Upload APKs (chunk ${{ matrix.chunk }})
uses: actions/upload-artifact@v3
if: "github.repository == 'jmir1/aniyomi-extensions'"
if: "github.repository == 'aniyomiorg/aniyomi-extensions'"
with:
name: "individual-apks-${{ matrix.chunk }}"
path: "**/*.apk"
@ -182,7 +182,7 @@ jobs:
needs:
- build_individual
- build_multisrc
if: "github.repository == 'jmir1/aniyomi-extensions'"
if: "github.repository == 'aniyomiorg/aniyomi-extensions'"
runs-on: ubuntu-latest
steps:
- name: Download APK artifacts
@ -206,7 +206,7 @@ jobs:
run: |
cd master
./.github/scripts/move-apks.sh
INSPECTOR_LINK="$(curl -s "https://api.github.com/repos/jmir1/aniyomi-extensions-inspector/releases/latest" | jq -r '.assets[0].browser_download_url')"
INSPECTOR_LINK="$(curl -s "https://api.github.com/repos/aniyomiorg/aniyomi-extensions-inspector/releases/latest" | jq -r '.assets[0].browser_download_url')"
curl -L "$INSPECTOR_LINK" -o ./Inspector.jar
java -jar ./Inspector.jar "apk" "output.json" "tmp"
./.github/scripts/create-repo.sh