feat(migration): Migrate to Gitea

This commit is contained in:
2026-01-05 13:42:22 +00:00
parent 2a31da6305
commit 43db46bcca
6 changed files with 3 additions and 2 deletions

14
.archive/.github/workflows/sponsors.yml vendored Normal file
View File

@@ -0,0 +1,14 @@
name: Label sponsors
on:
pull_request:
types: [opened]
issues:
types: [opened]
jobs:
build:
name: is-sponsor-label
runs-on: ubuntu-latest
steps:
- uses: JasonEtco/is-sponsor-label-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}