0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-05-11 17:55:32 +02:00

Use giteabot instead of backporter

This commit is contained in:
Lunny Xiao 2026-04-25 14:20:16 -07:00
parent 9b9fb95559
commit d8e5e154a8
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A

39
.github/workflows/giteabot.yml vendored Normal file
View File

@ -0,0 +1,39 @@
name: Giteabot
on:
push:
branches:
- main
pull_request_target:
types:
- opened
- synchronize
- labeled
- unlabeled
- closed
- review_requested
- review_request_removed
pull_request_review:
types:
- submitted
- edited
- dismissed
schedule:
- cron: "15 3 * * *"
workflow_dispatch:
permissions:
contents: read
issues: write
pull-requests: write
statuses: write
jobs:
giteabot:
runs-on: ubuntu-latest
steps:
- name: Run Giteabot
uses: go-gitea/giteabot@v1
with:
github_token: ${{ secrets.GITEABOT_TOKEN }}
gitea_fork: giteabot/gitea