Merge pull request #18 from dear-clouds/master

Fix broken button & template changes
This commit is contained in:
Joe Milazzo
2025-06-28 15:25:30 -05:00
committed by GitHub
4 changed files with 14 additions and 41 deletions

View File

@@ -2,31 +2,30 @@
I acknowledge that:
- I have updated to the latest version of the app (stable is v0.15.1)
- 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
- I have updated to the latest version of the extension
- If this is an issue with the app itself, that I should be opening an issue in https://github.com/mihonapp/mihon
- I have searched the existing issues for duplicates
**DELETE THIS SECTION IF YOU HAVE READ AND ACKNOWLEDGED IT**
---
## Device information
* Tachiyomi version: ?
* Android version: ?
* Device: ?
## Source information
* Source name: ?
* Source extension version: ?
- Mihon or Fork: (add which one)
- Mihon/Fork version: ?
- Android version: ?
- Device: ?
## Steps to reproduce
1. First step
2. Second step
## Issue/Request
?
## Other details
Additional details and attachments.

View File

@@ -1,10 +1,6 @@
Checklist:
- [ ] Updated `extVersionCode` value in `build.gradle` for individual extensions
- [ ] Updated `overrideVersionCode` or `baseVersionCode` as needed for all multisrc extensions
- [ ] Updated `extVersionCode` value in `build.gradle`
- [ ] Referenced all related issues in the PR body (e.g. "Closes #xyz")
- [ ] Added the `isNsfw = true` flag in `build.gradle` when appropriate
- [ ] Have not changed source names
- [ ] Have explicitly kept the `id` if a source's name or language were changed
- [ ] Have tested the modifications by compiling and running the extension through Android Studio
- [ ] Have removed `web_hi_res_512.png` when adding a new extension

View File

@@ -1,22 +0,0 @@
# Sync repo to the Codeberg mirror
name: Mirror Sync
on:
push:
branches: [ "master" ]
workflow_dispatch: # Manual dispatch
schedule:
- cron: "0 */8 * * *"
jobs:
codeberg:
if: github.repository == 'yuzono/tachiyomi-extensions'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- uses: pixta-dev/repository-mirroring-action@674e65a7d483ca28dafaacba0d07351bdcc8bd75 # v1.1.1
with:
target_repo_url: "git@codeberg.org:cuong-tran/komikku-extensions.git"
ssh_private_key: ${{ secrets.CODEBERG_SSH }}

File diff suppressed because one or more lines are too long