A drop-in, single-binary reimplementation of the caronc/apprise-api HTTP API in Go.
0

Configure Feed

Select the types of activity you want to include in your feed.

exclude pull request refs

Kohei Watanabe (Jun 8, 2026, 11:04 PM +0900) 8b608703 448742ca

+1
+1
.forgejo/workflows/mirror.yml
··· 20 20 - name: Prune and mirror 21 21 run: | 22 22 git clone --mirror "https://${GITEA_TOKEN}@${GITHUB_SERVER_URL#https://}/${GITHUB_REPOSITORY}.git" apprize.git 23 + git -C apprize.git for-each-ref --format='delete %(refname)' refs/pull | git -C apprize.git update-ref --stdin 23 24 git -C apprize.git push --mirror git@github.com:kou029w/apprize.git 24 25 env: 25 26 GITEA_TOKEN: ${{ github.GITEA_TOKEN }}